upgrade version number, ready for 3.14 development

This commit is contained in:
Enno Rehling 2017-08-24 17:00:36 +02:00
parent c5bd67d62b
commit 4bb6d503ea
1 changed files with 1 additions and 1 deletions

View File

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