version numbers

This commit is contained in:
Joachim Schoeberl 2010-05-20 21:07:19 +00:00
parent 067357176e
commit 76c7f1abc0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([netgen],[4.9.13-RC],[],[])
AC_INIT([netgen],[4.9.13],[],[])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -20,7 +20,7 @@
// in the configure/make phases, with the
// right version number
#ifdef WIN32
#define PACKAGE_VERSION "4.9.13-RC"
#define PACKAGE_VERSION "4.9.13"
#endif