Changeset f1df08 for configure.ac
- Timestamp:
- Aug 29, 2013, 10:16:15 PM (12 years ago)
- Children:
- 37d941
- Parents:
- df5994
- git-author:
- Frederik Heber <heber@…> (07/03/13 16:46:07)
- git-committer:
- Frederik Heber <heber@…> (08/29/13 22:16:15)
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rdf5994 rf1df08 3 3 4 4 AC_PREREQ([2.65]) 5 AC_INIT([CodePatterns], [1.2. 6], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])5 AC_INIT([CodePatterns], [1.2.7], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/]) 6 6 AC_CONFIG_AUX_DIR(config) 7 7 AC_CONFIG_SRCDIR([src/codepatterns-config-main.cpp]) … … 30 30 # refer to the libtool manual, section "Updating library version information": 31 31 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 32 AC_SUBST([CODEPATTERNS_SO_VERSION], [9: 5:1])33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.2. 6])32 AC_SUBST([CODEPATTERNS_SO_VERSION], [9:6:0]) 33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.2.7]) 34 34 35 35 # Checks for libraries.
Note:
See TracChangeset
for help on using the changeset viewer.
