From: <den...@us...> - 2010-09-16 08:02:28
|
Revision: 333 http://stdair.svn.sourceforge.net/stdair/?rev=333&view=rev Author: denis_arnaud Date: 2010-09-16 08:02:19 +0000 (Thu, 16 Sep 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-09-16 08:00:27 UTC (rev 332) +++ trunk/stdair/configure.ac 2010-09-16 08:02:19 UTC (rev 333) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) -AC_INIT([STDAIR],[0.5.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:5:0" +GENERIC_LIBRARY_VERSION="99:99:99" # | | | # +------+ | +---+ # | | | Modified: trunk/stdair/stdair.spec =================================================================== --- trunk/stdair/stdair.spec 2010-09-16 08:00:27 UTC (rev 332) +++ trunk/stdair/stdair.spec 2010-09-16 08:02:19 UTC (rev 333) @@ -2,7 +2,7 @@ %global mydocs __tmp_docdir # Name: stdair -Version: 0.5.0 +Version: 99.99.99 Release: 1%{?dist} Summary: C++ Standard Airline IT Object Library @@ -111,9 +111,12 @@ %changelog -* Sun Aug 30 2010 Son Nguyen Kim <ngu...@gm...> 0.5.0-1 +* Sun Sep 19 2010 Son Nguyen Kim <ngu...@gm...> 99.99.99-1 - Upstream update +* Thu Sep 16 2010 Son Nguyen Kim <ngu...@gm...> 0.5.0-1 +- Upstream update + * Fri Sep 03 2010 Son Nguyen Kim <ngu...@gm...> 0.4.0-1 - Replace extracc external ref to dependency This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |