From: <den...@us...> - 2010-01-07 19:49:26
|
Revision: 46 http://dsim.svn.sourceforge.net/dsim/?rev=46&view=rev Author: denis_arnaud Date: 2010-01-07 19:49:16 +0000 (Thu, 07 Jan 2010) Log Message: ----------- [Conf] Updated the version. Modified Paths: -------------- trunk/dsim/configure.ac Modified: trunk/dsim/configure.ac =================================================================== --- trunk/dsim/configure.ac 2010-01-04 10:53:16 UTC (rev 45) +++ trunk/dsim/configure.ac 2010-01-07 19:49:16 UTC (rev 46) @@ -1,8 +1,8 @@ # Process this file with autoconf to produce a configure script #------------------------------------------------------------------- AC_PREREQ(2.59) -AC_COPYRIGHT([Copyright (C) 2007-2010 Amadeus DEV-ORI <da...@am...>]) -AC_INIT([DSIM],[0.1.0],[da...@am...],[dsim]) +AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) +AC_INIT([DSIM],[99.99.99],[den...@us...],[dsim]) AC_CONFIG_HEADER([stdair/config.h]) AC_CONFIG_SRCDIR([stdair/basic/BasConst.cpp]) AC_CONFIG_AUX_DIR([config]) @@ -16,7 +16,7 @@ AC_SUBST(RPM_RELEASE) # Shared library versioning for the main library -GENERIC_LIBRARY_VERSION="2:1:0" +GENERIC_LIBRARY_VERSION="99:99:99" # | | | # +------+ | +---+ # | | | This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |