Skip to content

Commit

Permalink
Merge pull request yfinkelstein#29 from ddopson/master
Browse files Browse the repository at this point in the history
Version number cleanup (re: Woodya discussion)
  • Loading branch information
ddopson committed Dec 19, 2011
2 parents 0bc5f24 + f390683 commit 4bece04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zookeeper"
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)"
,"notes": "support for Node v0.6.x"
,"version": "4.1.0"
,"version": "3.4.1"
,"author": "Yuri Finkelstein <yurif2003@yahoo.com>"
,"contributors": [
"Yuri Finkelstein <yurif2003@yahoo.com>"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import platform
srcdir = "."
blddir = "build"
APPNAME = "zookeeper"
ZKVERSION = "3.4.0"
ZKVERSION = "3.4.1"
OSTYPE = platform.system()


Expand Down

0 comments on commit 4bece04

Please sign in to comment.