Skip to content

Commit

Permalink
CDRIVER-182 C driver 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmurakami-10gen committed Nov 14, 2012
1 parent 8a39279 commit 1708dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
@@ -1,7 +1,7 @@
# -*- mode: python; -*-

MAJOR_VERSION = "0"
MINOR_VERSION = "6"
MINOR_VERSION = "7"
PATCH_VERSION = "0"
VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION

Expand Down

0 comments on commit 1708dc9

Please sign in to comment.