From b45aaadc41c7fe8797dbc0ab2a4b9fbe132b57b8 Mon Sep 17 00:00:00 2001 From: ckolivas Date: Tue, 8 Mar 2011 08:28:39 +1100 Subject: [PATCH] Revert "Increase version number to 0.571 signifying the mostly low-risk bugfix nature of all the changes (except for the new build system)." This reverts commit 326cd29dd1a56e23b9e4bd257b75bae3a538abf6. Roll back temporarily to remove newconf tools. --- configure.ac | 2 +- rzip.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 342cdca..3cc1cdc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) -m4_define([v_min], [571]) +m4_define([v_min], [570]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_ver], [v_maj.v_min]) m4_define([lt_rev], m4_eval(v_maj + v_min)) diff --git a/rzip.h b/rzip.h index 3f559ec..f2c5ceb 100644 --- a/rzip.h +++ b/rzip.h @@ -19,7 +19,7 @@ #define LRZIP_MAJOR_VERSION 0 #define LRZIP_MINOR_VERSION 5 -#define LRZIP_MINOR_SUBVERSION 71 +#define LRZIP_MINOR_SUBVERSION 70 #define NUM_STREAMS 2 #define STREAM_BUFSIZE (1024 * 1024 * 10)