Skip to content

Commit

Permalink
Auto increase patchlevel, set 1.1a-82
Browse files Browse the repository at this point in the history
Fixed warnings for unix multithread version
  • Loading branch information
git authored and git-cvs sync robot committed Jan 24, 2016
1 parent 0764b43 commit 7ab73af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define MAJOR 1
#define MINOR 1
#define SUFFIX "a"
#define PATCHLEVEL 81
#define PATCHLEVEL 82
#define MYVER_S(s) _MYVER_S(s)
#define _MYVER_S(s) #s
#define MYVER MYVER_S(MAJOR) "." MYVER_S(MINOR) SUFFIX "-" MYVER_S(PATCHLEVEL)
Expand Down
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016/01/24 11:54:14 1.1a-82 git
branch.c,2.17,2.18 md5b.c,2.13,2.14 sys.h,2.46,2.47
Fixed warnings for unix multithread version

2016/01/20 16:52:07 1.1a-81 git
client.c,2.103,2.104
Removed the memset. static variables are guaranteed to be initialized to 0, even by older compilers.
Expand Down
2 changes: 1 addition & 1 deletion mkfls/unix/binkd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Binkd - the binkp daemon
Name: binkd
Version: 1.1a.81
Version: 1.1a.82
Release: 1
License: GPL
Source: %{name}.tar.gz
Expand Down

0 comments on commit 7ab73af

Please sign in to comment.