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

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Oct 20 11:19:49 PDT 2008


Author: xiphmont
Date: 2008-10-20 11:19:49 -0700 (Mon, 20 Oct 2008)
New Revision: 15422

Modified:
   trunk/theora/CHANGES
   trunk/theora/configure.ac
   trunk/theora/lib/internal.h
Log:
Merge rillian's pre-release naming update patch



Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2008-10-20 17:02:01 UTC (rev 15421)
+++ trunk/theora/CHANGES	2008-10-20 18:19:49 UTC (rev 15422)
@@ -1,4 +1,4 @@
-libtheora 1.0 (unreleased)
+libtheora 1.0 (2008 October 20)
 
  - Merge x86 assembly for forward DCT from Thusnelda branch.
  - Update 32 bit MMX with loop filter fix.

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2008-10-20 17:02:01 UTC (rev 15421)
+++ trunk/theora/configure.ac	2008-10-20 18:19:49 UTC (rev 15422)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0RC1])
+AC_INIT(libtheora,[1.0])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -22,21 +22,21 @@
 dnl - interfaces removed -> AGE = 0
 
 TH_LIB_CURRENT=3
-TH_LIB_REVISION=3
+TH_LIB_REVISION=4
 TH_LIB_AGE=3
 AC_SUBST(TH_LIB_CURRENT)
 AC_SUBST(TH_LIB_REVISION)
 AC_SUBST(TH_LIB_AGE)
 
 THDEC_LIB_CURRENT=1
-THDEC_LIB_REVISION=0
+THDEC_LIB_REVISION=1
 THDEC_LIB_AGE=0
 AC_SUBST(THDEC_LIB_CURRENT)
 AC_SUBST(THDEC_LIB_REVISION)
 AC_SUBST(THDEC_LIB_AGE)
 
 THENC_LIB_CURRENT=1
-THENC_LIB_REVISION=0
+THENC_LIB_REVISION=1
 THENC_LIB_AGE=0
 AC_SUBST(THENC_LIB_CURRENT)
 AC_SUBST(THENC_LIB_REVISION)

Modified: trunk/theora/lib/internal.h
===================================================================
--- trunk/theora/lib/internal.h	2008-10-20 17:02:01 UTC (rev 15421)
+++ trunk/theora/lib/internal.h	2008-10-20 18:19:49 UTC (rev 15422)
@@ -34,7 +34,7 @@
 # endif
 
 /*This library's version.*/
-# define OC_VENDOR_STRING "Xiph.Org libTheora I 20071025 3 2 1"
+# define OC_VENDOR_STRING "Xiph.Org libTheora I 20081020 3 2 1"
 
 /*Theora bitstream version.*/
 # define TH_VERSION_MAJOR (3)



More information about the commits mailing list