mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
version numbers
This commit is contained in:
parent
067357176e
commit
76c7f1abc0
@ -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])
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user