Skip to content

Commit

Permalink
increased minor version (after the release)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Oct 14, 2013
1 parent 8737af7 commit 589a074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion common.h
Expand Up @@ -23,7 +23,7 @@

#define PROGRAM "clsync"
#define VERSION_MAJ 0
#define VERSION_MIN 1
#define VERSION_MIN 2
#define AUTHOR "Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 0x8E30679C"

#include <stdio.h>
Expand Down

0 comments on commit 589a074

Please sign in to comment.