Changeset 14c940
- Timestamp:
- Sep 29, 2011, 3:42:25 PM (14 years ago)
- Children:
- bffe54
- Parents:
- d45509
- git-author:
- Frederik Heber <heber@…> (09/01/11 11:09:47)
- git-committer:
- Frederik Heber <heber@…> (09/29/11 15:42:25)
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rd45509 r14c940 3 3 4 4 AC_PREREQ([2.65]) 5 AC_INIT([CodePatterns], [1.1. 4], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])5 AC_INIT([CodePatterns], [1.1.5], [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.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], [ 7:4:0])33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.1. 4])32 AC_SUBST([CODEPATTERNS_SO_VERSION], [8:0:0]) 33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.1.5]) 34 34 35 35 # Checks for libraries.
Note:
See TracChangeset
for help on using the changeset viewer.
