Skip to content

Commit

Permalink
Update ChangeLog; Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrellenstein committed Dec 28, 2014
1 parent 011fafb commit d745c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Client Versions ##
* v9.49.3 (???)
* v9.49.3 (2014-12-28)
* better logging when handling `SIGTERM`, `SIGKILL`
* update README
* if no RPC password is specified, generate automatically
Expand Down
2 changes: 1 addition & 1 deletion lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Versions
VERSION_MAJOR = 9
VERSION_MINOR = 49
VERSION_REVISION = 2
VERSION_REVISION = 3
VERSION_STRING = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR) + '.' + str(VERSION_REVISION)


Expand Down

0 comments on commit d745c5f

Please sign in to comment.