Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
b06842ac
Commit
b06842ac
authored
Jul 04, 2016
by
Andreas Marek
Browse files
Rename ELPA version
parent
ac3875e0
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b06842ac
AC_PREREQ([2.69])
# Remember to change the version also in elpa.spec
AC_INIT([elpa],[2016.05.00
2
], [elpa-library@mpcdf.mpg.de])
AC_INIT([elpa],[2016.05.00
3
], [elpa-library@mpcdf.mpg.de])
AC_SUBST([PACKAGE_VERSION])
...
...
test_project/configure.ac
View file @
b06842ac
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2016.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2016.05.00
2
"
AC_INIT([elpa_test_project],[2016.05.00
3
], elpa-library@rzg.mpg.de)
elpaversion="2016.05.00
3
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment