[xiph-commits] r16575 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Fri Sep 25 08:12:22 PDT 2009
Author: giles
Date: 2009-09-25 08:12:22 -0700 (Fri, 25 Sep 2009)
New Revision: 16575
Modified:
trunk/theora/configure.ac
Log:
Use 1.1.0+svn instead of 1.1.1svn for the package version between the
1.1.0 and 1.1.1 releases. This again improves sorting and gives better
results with pkg-config.
Thanks to j^ for the suggestion.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2009-09-25 06:55:18 UTC (rev 16574)
+++ trunk/theora/configure.ac 2009-09-25 15:12:22 UTC (rev 16575)
@@ -4,7 +4,7 @@
dnl Initialization and Versioning
dnl ------------------------------------------------
-AC_INIT(libtheora,[1.1.1svn])
+AC_INIT(libtheora,[1.1.0+svn])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
More information about the commits
mailing list