]> granicus.if.org Git - xz/commitdiff
Bumped version to 4.999.6alpha.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Sep 2008 16:16:32 +0000 (19:16 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Sep 2008 16:16:32 +0000 (19:16 +0300)
configure.ac
src/liblzma/api/lzma/version.h

index f6aff3c3e7a1671d9049154675e96212df030ad5..88aca89a780cc429fb1bc485ce47db232d2c88d9 100644 (file)
@@ -26,7 +26,7 @@ AC_PREREQ(2.61)
 
 # [LZMA] instead of [LZMA utils] since I prefer to have lzma-version.tar.gz
 # instead of lzma-utils-version.tar.gz.
-AC_INIT([LZMA], [4.999.5alpha], [lasse.collin@tukaani.org])
+AC_INIT([LZMA], [4.999.6alpha], [lasse.collin@tukaani.org])
 
 AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
 AC_CONFIG_HEADER([config.h])
index 811f93e032a823b427b1feb5a05eebf596830f3e..a296f45028a55888efb384275d672eb137873f66 100644 (file)
@@ -35,7 +35,7 @@
  * \note        The version number of LZMA Utils (and thus liblzma)
  *              has nothing to with the version number of LZMA SDK.
  */
-#define LZMA_VERSION UINT32_C(49990050)
+#define LZMA_VERSION UINT32_C(49990060)
 
 
 /**