Changeset 567640 for configure.ac


Ignore:
Timestamp:
Jan 6, 2011, 12:22:12 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
9f39db
Parents:
d76c105
Message:

PrototypeFactory now allows for replacing prototypes.

  • if a prototype can only be manipulated via its constructor, it is essential for the factory to allow for changing prototypes in a controlled manner. All the functions on prototypes are protected, hence only friends may get access.
  • Library version is now 3:1:1, API version is 1.0.6.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rd76c105 r567640  
    33
    44AC_PREREQ([2.65])
    5 AC_INIT([CodePatterns], [1.0.5], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
     5AC_INIT([CodePatterns], [1.0.6], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
    66AC_CONFIG_AUX_DIR(config)
    77AC_CONFIG_SRCDIR([src/Patterns/Singleton_impl.hpp])
     
    2525# refer to the libtool manual, section "Updating library version information":
    2626# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
    27 AC_SUBST([CODEPATTERNS_SO_VERSION], [3:0:0])
    28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.5])
     27AC_SUBST([CODEPATTERNS_SO_VERSION], [3:1:1])
     28AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.6])
    2929
    3030# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.