Revision: 8142 http://playerstage.svn.sourceforge.net/playerstage/?rev=8142&view=rev Author: thjc Date: 2009-07-27 13:50:10 +0000 (Mon, 27 Jul 2009)
Log Message: ----------- version bump post release 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 2009-07-27 13:49:11 UTC (rev 8141) +++ code/player/branches/release-2-1-patches/configure.ac 2009-07-27 13:50:10 UTC (rev 8142) @@ -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.3) +AC_INIT(player,2.1.4~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="3" +PLAYER_MICRO_VERSION="4" 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:3" +PLAYER_VERSION_INFO="-version-number 2:1:4" 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. ------------------------------------------------------------------------------ _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit