Revision: 6572
http://playerstage.svn.sourceforge.net/playerstage/?rev=6572&view=rev
Author: thjc
Date: 2008-06-13 19:49:10 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
post release version bump
Modified Paths:
--------------
code/player/branches/release-2-1-patches/configure.ac
Modified: code/player/branches/release-2-1-patches/configure.ac
===================================================================
--- code/player/branches/release-2-1-patches/configure.ac 2008-06-14
02:18:49 UTC (rev 6571)
+++ code/player/branches/release-2-1-patches/configure.ac 2008-06-14
02:49:10 UTC (rev 6572)
@@ -2,7 +2,7 @@
dnl Initialize autoconf with name and version of package to be built.
dnl PACKAGE and VERSION will be so defined in <config.h>.
-AC_INIT(player,2.1.0)
+AC_INIT(player,2.1.1-svn)
dnl Player version information. In an ideal world, we would just declare
dnl the following 3 values, then reuse them throughout. Unfortunately,
@@ -10,13 +10,13 @@
dnl PLAYER_VERSION_INFO. So, just be damned sure that they all agree!
PLAYER_MAJOR_VERSION="2"
PLAYER_MINOR_VERSION="1"
-PLAYER_MICRO_VERSION="0"
+PLAYER_MICRO_VERSION="1"
AC_SUBST(PLAYER_MAJOR_VERSION)
AC_SUBST(PLAYER_MINOR_VERSION)
AC_SUBST(PLAYER_MICRO_VERSION)
dnl this is used by libtool to assign version numbers
-PLAYER_VERSION_INFO="-version-number 2:1:0"
+PLAYER_VERSION_INFO="-version-number 2:1:1"
AC_SUBST(PLAYER_VERSION_INFO)
AC_CONFIG_SRCDIR(server/server.cc)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit