[pkg-boost-commits] r14276 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Aug 16 20:31:22 UTC 2008


Author: smr
Date: 2008-08-16 20:31:22 +0000 (Sat, 16 Aug 2008)
New Revision: 14276

Modified:
   boost/trunk/debian/rules
Log:
Set version-related variables for 1.36.0

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-08-16 10:32:18 UTC (rev 14275)
+++ boost/trunk/debian/rules	2008-08-16 20:31:22 UTC (rev 14276)
@@ -14,12 +14,12 @@
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-PKGVERSION = 1.35
-SOVERSION = 1.35.0
-SHLIBS_VERSION = (>= 1.35.0-1)
+PKGVERSION = 1.36
+SOVERSION = 1.36.0
+SHLIBS_VERSION = (>= 1.36.0-1)
 
 # tags for library name decoration
-boost_version = 1_35
+boost_version = 1_36
 gcc_version = gcc43
 
 # Boost libraries for which we want separate packages




More information about the pkg-boost-commits mailing list