From: <den...@us...> - 2010-12-02 23:43:57
|
Revision: 371 http://stdair.svn.sourceforge.net/stdair/?rev=371&view=rev Author: denis_arnaud Date: 2010-12-02 23:43:47 +0000 (Thu, 02 Dec 2010) Log Message: ----------- [Release 0.9.0] Release of version 0.9.0. Modified Paths: -------------- trunk/stdair/configure.ac trunk/stdair/stdair.spec Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-12-02 23:41:40 UTC (rev 370) +++ trunk/stdair/configure.ac 2010-12-02 23:43:47 UTC (rev 371) @@ -2,7 +2,7 @@ #------------------------------------------------------------------- AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) -AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) +AC_INIT([STDAIR],[0.9.0],[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="99:99:99" +GENERIC_LIBRARY_VERSION="0:9:0" # | | | # +------+ | +---+ # | | | Modified: trunk/stdair/stdair.spec =================================================================== --- trunk/stdair/stdair.spec 2010-12-02 23:41:40 UTC (rev 370) +++ trunk/stdair/stdair.spec 2010-12-02 23:43:47 UTC (rev 371) @@ -2,7 +2,7 @@ %global mydocs __tmp_docdir # Name: stdair -Version: 99.99.99 +Version: 0.9.0 Release: 1%{?dist} Summary: C++ Standard Airline IT Object Library @@ -111,7 +111,7 @@ %changelog -* Sat Nov 06 2010 Son Nguyen Kim <ngu...@gm...> 99.99.99-1 +* Fri Dec 03 2010 Son Nguyen Kim <ngu...@gm...> 0.9.0-1 - Upstream update * Sat Nov 06 2010 Son Nguyen Kim <ngu...@gm...> 0.8.0-1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |