version number increase

This commit is contained in:
Enno Rehling 2021-09-12 20:05:25 +02:00
parent 75a50345ff
commit c3db8a4a05
1 changed files with 1 additions and 1 deletions

View File

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