Changeset cdf2e4 for configure.ac
- Timestamp:
- Dec 22, 2010, 5:39:32 PM (15 years ago)
- Children:
- 392a79
- Parents:
- 70672e3
- git-author:
- Frederik Heber <heber@…> (12/22/10 17:20:51)
- git-committer:
- Frederik Heber <heber@…> (12/22/10 17:39:32)
- File:
-
- 1 edited
-
configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r70672e3 rcdf2e4 3 3 4 4 AC_PREREQ([2.65]) 5 AC_INIT([CodePatterns], [1.0. 0], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])5 AC_INIT([CodePatterns], [1.0.1], [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], [1:0: 0])28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0. 0])27 AC_SUBST([CODEPATTERNS_SO_VERSION], [1:0:1]) 28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.1]) 29 29 30 30 # Checks for libraries. … … 50 50 CodePatterns.pc:CodePatterns.pc.in]) 51 51 AC_CONFIG_FILES([ 52 CodePatterns-debug.pc:CodePatterns-debug.pc.in]) 53 AC_CONFIG_FILES([ 52 54 Makefile 53 55 doc/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.
