version number increment

This commit is contained in:
Enno Rehling 2018-11-27 22:20:30 +01:00
parent 6c24956da7
commit 32519e1683
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#ifndef ERESSEA_VERSION
/* the version number, if it was not passed to make with -D */
#define ERESSEA_VERSION "3.18.0"
#define ERESSEA_VERSION "3.19.0"
#endif
const char *eressea_version(void) {