From: <den...@us...> - 2009-05-04 01:10:55
|
Revision: 208 http://rmol.svn.sourceforge.net/rmol/?rev=208&view=rev Author: denis_arnaud Date: 2009-05-04 01:10:50 +0000 (Mon, 04 May 2009) Log Message: ----------- [Release] New working version (0.21.0). Modified Paths: -------------- trunk/rmol/configure.ac trunk/rmol/rmol.spec.in Modified: trunk/rmol/configure.ac =================================================================== --- trunk/rmol/configure.ac 2009-05-04 01:09:01 UTC (rev 207) +++ trunk/rmol/configure.ac 2009-05-04 01:10:50 UTC (rev 208) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2009 Denis Arnaud <den...@us...>]) -AC_INIT([RMOL],[0.20.0],[den...@us...],[rmol]) +AC_INIT([RMOL],[0.21.0],[den...@us...],[rmol]) AC_CONFIG_HEADER([rmol/config.h]) AC_CONFIG_SRCDIR([rmol/basic/BasConst.cpp]) AC_CONFIG_AUX_DIR([config]) @@ -11,11 +11,11 @@ AM_CONDITIONAL([HAVE_CPPUNIT], [test "x$CPPUNIT_LIBS" != x]) # RPM release number -RPM_RELEASE="3" +RPM_RELEASE="1" AC_SUBST(RPM_RELEASE) # Shared library versioning -GENERIC_LIBRARY_VERSION="0:20:0" +GENERIC_LIBRARY_VERSION="0:21:0" # | | | # +------+ | +---+ # | | | Modified: trunk/rmol/rmol.spec.in =================================================================== --- trunk/rmol/rmol.spec.in 2009-05-04 01:09:01 UTC (rev 207) +++ trunk/rmol/rmol.spec.in 2009-05-04 01:10:50 UTC (rev 208) @@ -124,6 +124,9 @@ %changelog +* Mon May 04 2009 Denis Arnaud <den...@m4...> 0.21.0-1 +- Upstream integration + * Sun May 03 2009 Denis Arnaud <den...@m4...> 0.20.0-3 - Added dependency on libicu for Boost 1.37 (Fedora 11) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |