From: <den...@us...> - 2010-11-06 12:46:29
|
Revision: 361 http://stdair.svn.sourceforge.net/stdair/?rev=361&view=rev Author: denis_arnaud Date: 2010-11-06 12:46:23 +0000 (Sat, 06 Nov 2010) Log Message: ----------- [Release] Back to working version (99.99.99). Modified Paths: -------------- trunk/stdair/configure.ac trunk/stdair/stdair.spec Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-11-06 12:45:28 UTC (rev 360) +++ trunk/stdair/configure.ac 2010-11-06 12:46:23 UTC (rev 361) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) -AC_INIT([STDAIR],[0.8.0],[den...@us...],[stdair]) +AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) AC_CONFIG_HEADER([stdair/config.h]) AC_CONFIG_SRCDIR([stdair/bom/BomRoot.hpp]) AC_CONFIG_AUX_DIR([config]) @@ -11,7 +11,7 @@ AM_CONDITIONAL([HAVE_CPPUNIT], [test "x$CPPUNIT_LIBS" != x]) # Shared library versioning -GENERIC_LIBRARY_VERSION="0:8:0" +GENERIC_LIBRARY_VERSION="99:99:99" # | | | # +------+ | +---+ # | | | Modified: trunk/stdair/stdair.spec =================================================================== --- trunk/stdair/stdair.spec 2010-11-06 12:45:28 UTC (rev 360) +++ trunk/stdair/stdair.spec 2010-11-06 12:46:23 UTC (rev 361) @@ -2,7 +2,7 @@ %global mydocs __tmp_docdir # Name: stdair -Version: 0.8.0 +Version: 99.99.99 Release: 1%{?dist} Summary: C++ Standard Airline IT Object Library @@ -111,9 +111,12 @@ %changelog -* Thu Oct 14 2010 Son Nguyen Kim <ngu...@gm...> 0.8.0-1 +* Sat Nov 06 2010 Son Nguyen Kim <ngu...@gm...> 99.99.99-1 - Upstream update +* Sat Nov 06 2010 Son Nguyen Kim <ngu...@gm...> 0.8.0-1 +- Upstream update + * Thu Oct 14 2010 Son Nguyen Kim <ngu...@gm...> 0.7.0-1 - Upstream update This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |