Changeset 0f3042
- Timestamp:
- Oct 21, 2013, 10:33:11 AM (12 years ago)
- Children:
- 9f51f0
- Parents:
- 5e1443
- git-author:
- Frederik Heber <heber@…> (09/29/13 11:44:11)
- git-committer:
- Frederik Heber <heber@…> (10/21/13 10:33:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5e1443 r0f3042 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(MoleCuilder, 1.4. 3, [heber@ins.uni-bonn.de], [molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/])5 AC_INIT(MoleCuilder, 1.4.4, [heber@ins.uni-bonn.de], [molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) 7 7 AC_CONFIG_SRCDIR([src/builder.cpp]) … … 117 117 # refer to the libtool manual, section "Updating library version information": 118 118 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 119 AC_SUBST([MOLECUILDER_SO_VERSION], [13:2: 0])120 AC_SUBST([MOLECUILDER_API_VERSION], [1.4. 3])119 AC_SUBST([MOLECUILDER_SO_VERSION], [13:2:1]) 120 AC_SUBST([MOLECUILDER_API_VERSION], [1.4.4]) 121 121 122 122 dnl this macro is used to get the arguments supplied
Note:
See TracChangeset
for help on using the changeset viewer.