[xiph-commits] r16038 - in branches/theora-thusnelda: . lib
giles at svn.xiph.org
giles at svn.xiph.org
Tue May 26 15:43:23 PDT 2009
Author: giles
Date: 2009-05-26 15:43:19 -0700 (Tue, 26 May 2009)
New Revision: 16038
Modified:
branches/theora-thusnelda/CHANGES
branches/theora-thusnelda/configure.ac
branches/theora-thusnelda/lib/internal.h
Log:
Update vendor string, release date and versions for 1.1alpha2 release.
Modified: branches/theora-thusnelda/CHANGES
===================================================================
--- branches/theora-thusnelda/CHANGES 2009-05-26 21:10:58 UTC (rev 16037)
+++ branches/theora-thusnelda/CHANGES 2009-05-26 22:43:19 UTC (rev 16038)
@@ -1,4 +1,4 @@
-libtheora 1.1alpha2 (unreleased snapshot)
+libtheora 1.1alpha2 (2009 May 26)
- Reduce lambda for small quantizers.
- New encoder fDCT does better on smooth gradients
Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac 2009-05-26 21:10:58 UTC (rev 16037)
+++ branches/theora-thusnelda/configure.ac 2009-05-26 22:43:19 UTC (rev 16038)
@@ -4,7 +4,7 @@
dnl Initialization and Versioning
dnl ------------------------------------------------
-AC_INIT(libtheora,[1.1alpha2svn])
+AC_INIT(libtheora,[1.1alpha2])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
Modified: branches/theora-thusnelda/lib/internal.h
===================================================================
--- branches/theora-thusnelda/lib/internal.h 2009-05-26 21:10:58 UTC (rev 16037)
+++ branches/theora-thusnelda/lib/internal.h 2009-05-26 22:43:19 UTC (rev 16038)
@@ -68,7 +68,7 @@
/*This library's version.*/
-# define OC_VENDOR_STRING "Xiph.Org libThusnelda I 20090403"
+# define OC_VENDOR_STRING "Xiph.Org libThusnelda I 20090526"
/*Theora bitstream version.*/
# define TH_VERSION_MAJOR (3)
More information about the commits
mailing list