mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
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:
parent
9499a7b453
commit
b45aaadc41
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue