Skip to content
Snippets Groups Projects
Commit b06842ac authored by Andreas Marek's avatar Andreas Marek
Browse files

Rename ELPA version

parent ac3875e0
No related branches found
No related tags found
No related merge requests found
AC_PREREQ([2.69])
# Remember to change the version also in elpa.spec
AC_INIT([elpa],[2016.05.002], [elpa-library@mpcdf.mpg.de])
AC_INIT([elpa],[2016.05.003], [elpa-library@mpcdf.mpg.de])
AC_SUBST([PACKAGE_VERSION])
......
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2016.05.002], elpa-library@rzg.mpg.de)
elpaversion="2016.05.002"
AC_INIT([elpa_test_project],[2016.05.003], elpa-library@rzg.mpg.de)
elpaversion="2016.05.003"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment