[xiph-commits] r13886 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Sat Sep 22 01:55:30 PDT 2007


Author: giles
Date: 2007-09-22 01:55:30 -0700 (Sat, 22 Sep 2007)
New Revision: 13886

Modified:
   trunk/theora/CHANGES
   trunk/theora/configure.ac
Log:
Update versioning for release.

We use the same interface version as the 1.0alpha8 release. This isn't 
strictly correct since alpha8 exported the theoradec api as well, but
since that release was short lived, we expect the reversion will not 
cause significant problems.


Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2007-09-22 08:50:25 UTC (rev 13885)
+++ trunk/theora/CHANGES	2007-09-22 08:55:30 UTC (rev 13886)
@@ -1,4 +1,4 @@
-libtheora 1.0beta1 (unreleased)
+libtheora 1.0beta1 (2007 September 22)
 
  - Granulepos scheme modified to match other codecs. This bumps
    the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2007-09-22 08:50:25 UTC (rev 13885)
+++ trunk/theora/configure.ac	2007-09-22 08:55:30 UTC (rev 13886)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0beta1pre-svn])
+AC_INIT(libtheora,[1.0beta1])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -22,7 +22,7 @@
 dnl - interfaces removed -> AGE = 0
 
 TH_LIB_CURRENT=3
-TH_LIB_REVISION=0
+TH_LIB_REVISION=1
 TH_LIB_AGE=3
 AC_SUBST(TH_LIB_CURRENT)
 AC_SUBST(TH_LIB_REVISION)



More information about the commits mailing list