[xiph-commits] r13604 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Thu Aug 23 17:06:35 PDT 2007


Author: giles
Date: 2007-08-23 17:06:34 -0700 (Thu, 23 Aug 2007)
New Revision: 13604

Modified:
   trunk/theora/lib/Version_script.in
Log:
Have configure append the correct library version numbers to the gcc 
Version_script.


Modified: trunk/theora/lib/Version_script.in
===================================================================
--- trunk/theora/lib/Version_script.in	2007-08-24 00:05:54 UTC (rev 13603)
+++ trunk/theora/lib/Version_script.in	2007-08-24 00:06:34 UTC (rev 13604)
@@ -5,7 +5,7 @@
 # applications linking to libtheora.
 #
 
- at PACKAGE@.so.1.0
+ at PACKAGE@.so. at TH_LIB_CURRENT@. at TH_LIB_REVISION@. at TH_LIB_AGE@
 {
 	global:
 		theora_version_string;



More information about the commits mailing list