version 4.9.9

This commit is contained in:
Joachim Schoeberl 2009-05-09 17:52:42 +00:00
parent 9ea5bbe6cc
commit 8fbe8c3e31
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([netgen],[4.9.8-dev],[],[]) AC_INIT([netgen],[4.9.9],[],[])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

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