Changeset c1e104
- Timestamp:
- May 5, 2016, 1:06:22 PM (9 years ago)
- Parents:
- c6a59b
- git-author:
- Frederik Heber <heber@…> (05/05/16 09:32:33)
- git-committer:
- Frederik Heber <heber@…> (05/05/16 13:06:22)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rc6a59b rc1e104 3 3 4 4 AC_PREREQ([2.65]) 5 AC_INIT([LibCodePatterns], [1.3. 1], [heber@ins.uni-bonn.de], [libcodepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])5 AC_INIT([LibCodePatterns], [1.3.2], [heber@ins.uni-bonn.de], [libcodepatterns], [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], [12: 1:0])33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.3. 1])32 AC_SUBST([CODEPATTERNS_SO_VERSION], [12:2:0]) 33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.3.2]) 34 34 35 35 # Checks for libraries. -
debian/changelog
rc6a59b rc1e104 1 libcodepatterns (1.3.2-1) UNRELEASED; urgency=low 2 3 * Added AtomicInstance to guarantee locked access to an instance. 4 * Singleton may serve AtomicInstance, too. 5 6 -- Frederik Heber <heber@molecuilder.com> Thu, 05 May 2016 11:32:00 +0100 7 1 8 libcodepatterns (1.3.1-1) UNRELEASED; urgency=low 2 9
Note:
See TracChangeset
for help on using the changeset viewer.