Changeset c1e104


Ignore:
Timestamp:
May 5, 2016, 1:06:22 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Parents:
c6a59b
git-author:
Frederik Heber <heber@…> (05/05/16 09:32:33)
git-committer:
Frederik Heber <heber@…> (05/05/16 13:06:22)
Message:

Set version to 1.3.2.

  • Library version is now 12:2:0, API version is 1.3.2.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rc6a59b rc1e104  
    33
    44AC_PREREQ([2.65])
    5 AC_INIT([LibCodePatterns], [1.3.1], [heber@ins.uni-bonn.de], [libcodepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
     5AC_INIT([LibCodePatterns], [1.3.2], [heber@ins.uni-bonn.de], [libcodepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
    66AC_CONFIG_AUX_DIR(config)
    77AC_CONFIG_SRCDIR([src/codepatterns-config-main.cpp])
     
    3030# refer to the libtool manual, section "Updating library version information":
    3131# 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])
     32AC_SUBST([CODEPATTERNS_SO_VERSION], [12:2:0])
     33AC_SUBST([CODEPATTERNS_API_VERSION], [1.3.2])
    3434
    3535# Checks for libraries.
  • debian/changelog

    rc6a59b rc1e104  
     1libcodepatterns (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
    18libcodepatterns (1.3.1-1) UNRELEASED; urgency=low
    29
Note: See TracChangeset for help on using the changeset viewer.