Changeset d3926b5 for configure.ac
- Timestamp:
- Feb 21, 2011, 3:46:02 PM (15 years ago)
- Children:
- d1e0c0
- Parents:
- 7fff6c
- git-author:
- Frederik Heber <heber@…> (02/14/11 22:12:10)
- git-committer:
- Frederik Heber <heber@…> (02/21/11 15:46:02)
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r7fff6c rd3926b5 3 3 4 4 AC_PREREQ([2.65]) 5 AC_INIT([CodePatterns], [1.0. 8], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])5 AC_INIT([CodePatterns], [1.0.9], [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/Patterns/Singleton_impl.hpp]) … … 25 25 # refer to the libtool manual, section "Updating library version information": 26 26 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 27 AC_SUBST([CODEPATTERNS_SO_VERSION], [4:0: 3])28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0. 8])27 AC_SUBST([CODEPATTERNS_SO_VERSION], [4:0:4]) 28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.9]) 29 29 30 30 # Checks for libraries.
Note:
See TracChangeset
for help on using the changeset viewer.
