Changeset 7fff6c for configure.ac


Ignore:
Timestamp:
Feb 14, 2011, 10:10:40 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
d3926b5
Parents:
2d6ae0
git-author:
Frederik Heber <heber@…> (02/14/11 22:07:29)
git-committer:
Frederik Heber <heber@…> (02/14/11 22:10:40)
Message:

Default Assert behavior is Abort, not Ask. Added LOG() macro.

  • Library version is now 4:0:3, API version is still 1.0.8.
  • default behavior of Abort is more approriate, e.g. for unit tests are much more abundant that main (interactive) programs.
  • added ELOG(), LOG() macro in place for DoLog(x) && (Log() << Verbose ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r2d6ae0 r7fff6c  
    33
    44AC_PREREQ([2.65])
    5 AC_INIT([CodePatterns], [1.0.7], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/])
     5AC_INIT([CodePatterns], [1.0.8], [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], [4:0:2])
    28 AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.7])
     27AC_SUBST([CODEPATTERNS_SO_VERSION], [4:0:3])
     28AC_SUBST([CODEPATTERNS_API_VERSION], [1.0.8])
    2929
    3030# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.