From: Tim Kientzle Date: Sat, 6 Mar 2010 17:28:42 +0000 (-0500) Subject: Set version to 2.8.900a for testing pre-3.0. X-Git-Tag: v3.0.0a~1162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c204d13b2dcd8d1d360c4ec6de8347b0eb2f0c;p=thirdparty%2Flibarchive.git Set version to 2.8.900a for testing pre-3.0. SVN-Revision: 2011 --- diff --git a/build/version b/build/version index e48f63102..88dbdf237 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2007902a +2008900a diff --git a/configure.ac b/configure.ac index 4bdd63ab7..51f27c348 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front. dnl In particular, this allows the version macro to be used in AC_INIT dnl These first two version numbers are updated automatically on each release. -m4_define([LIBARCHIVE_VERSION_S],[2.7.902a]) -m4_define([LIBARCHIVE_VERSION_N],[2007902]) +m4_define([LIBARCHIVE_VERSION_S],[2.8.900a]) +m4_define([LIBARCHIVE_VERSION_N],[2008900]) dnl bsdtar and bsdcpio versioning tracks libarchive m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())