diff --git a/Makefile.am b/Makefile.am index 5bbde91..eca5393 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ clsync_include_HEADERS = configuration.h clsync.h malloc.h indexes.h options.h o revision.h: (echo -n '#define REVISION "'; [ -d .git ] && \ - (echo -n '.'$$(( $$(git log 2>/dev/null | grep -c ^commit | tr -d "\n") - 522 )) ) \ + (echo -n '.'$$(( $$(git log 2>/dev/null | grep -c ^commit | tr -d "\n") - 523 )) ) \ || echo -n '-release'; echo '"') > $@ doc: diff --git a/common.h b/common.h index 7cda993..fe5d343 100644 --- a/common.h +++ b/common.h @@ -23,7 +23,7 @@ #define PROGRAM "clsync" #define VERSION_MAJ 0 -#define VERSION_MIN 1 +#define VERSION_MIN 2 #define AUTHOR "Dmitry Yu Okunev 0x8E30679C" #include