[xiph-commits] r16809 - trunk/ao

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Jan 25 20:05:39 PST 2010


Author: xiphmont
Date: 2010-01-25 20:05:39 -0800 (Mon, 25 Jan 2010)
New Revision: 16809

Modified:
   trunk/ao/configure.ac
Log:
Forgot that the ABI break also affects plugin versioning


Modified: trunk/ao/configure.ac
===================================================================
--- trunk/ao/configure.ac	2010-01-26 03:59:20 UTC (rev 16808)
+++ trunk/ao/configure.ac	2010-01-26 04:05:39 UTC (rev 16809)
@@ -17,7 +17,7 @@
 AC_SUBST(LIB_AGE)
 
 dnl Plugin versioning.  We use an integer version number much like LIB_CURRENT.
-PLUGIN_VERSION=2
+PLUGIN_VERSION=4
 
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST



More information about the commits mailing list