Changeset 0ab195 for configure.ac


Ignore:
Timestamp:
Jul 14, 2014, 8:37:04 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
6309fd
Parents:
ef9dff6
git-author:
Frederik Heber <heber@…> (06/19/14 16:28:40)
git-committer:
Frederik Heber <heber@…> (07/14/14 20:37:04)
Message:

Set version to 1.2.9

  • Library version is now 11:0:0, API version is 1.2.9.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    ref9dff6 r0ab195  
    33
    44AC_PREREQ([2.65])
    5 AC_INIT([CodePatterns], [1.2.8], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
     5AC_INIT([CodePatterns], [1.2.9], [heber@ins.uni-bonn.de], [codepatterns], [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], [10:0:0])
    33 AC_SUBST([CODEPATTERNS_API_VERSION], [1.2.8])
     32AC_SUBST([CODEPATTERNS_SO_VERSION], [11:0:0])
     33AC_SUBST([CODEPATTERNS_API_VERSION], [1.2.9])
    3434
    3535# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.