[xiph-commits] r17463 - in trunk/theora: . lib

giles at svn.xiph.org giles at svn.xiph.org
Fri Sep 24 00:58:30 PDT 2010


Author: giles
Date: 2010-09-24 00:58:29 -0700 (Fri, 24 Sep 2010)
New Revision: 17463

Modified:
   trunk/theora/configure.ac
   trunk/theora/lib/internal.h
Log:
Bump version strings post-release.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2010-09-24 07:56:48 UTC (rev 17462)
+++ trunk/theora/configure.ac	2010-09-24 07:58:29 UTC (rev 17463)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.2.0alpha1])
+AC_INIT(libtheora,[1.2.0alpha1+svn])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET

Modified: trunk/theora/lib/internal.h
===================================================================
--- trunk/theora/lib/internal.h	2010-09-24 07:56:48 UTC (rev 17462)
+++ trunk/theora/lib/internal.h	2010-09-24 07:58:29 UTC (rev 17463)
@@ -65,7 +65,7 @@
 
 
 /*This library's version.*/
-# define OC_VENDOR_STRING "Xiph.Org libtheora 1.2.0alpha 20100923 (Ptalarbvorm)"
+# define OC_VENDOR_STRING "Xiph.Org libtheora 1.2.0alpha 20100924 (Ptalarbvorm)"
 
 /*Theora bitstream version.*/
 # define TH_VERSION_MAJOR (3)



More information about the commits mailing list