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 326cd29dd1.

Roll back temporarily to remove newconf tools.
This commit is contained in:
ckolivas 2011-03-08 08:28:39 +11:00
parent 9499a7b453
commit b45aaadc41
2 changed files with 2 additions and 2 deletions

View file

@ -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))

2
rzip.h
View file

@ -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)