diff options
author | lloyd <[email protected]> | 2009-11-23 15:04:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-23 15:04:06 +0000 |
commit | a6959f2f276c4e6c679a0db810588b054caa15c2 (patch) | |
tree | cee0939d6fb79422eafaea26bd40e7db08543fc1 /configure.py | |
parent | 8f966fab28227c7fb33136efc4ce7170f36c1523 (diff) |
Update version # to 1.9.4-dev
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py index cd03bdf8b..7cb083adf 100755 --- a/configure.py +++ b/configure.py @@ -37,9 +37,9 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 9 - version_patch = 3 - version_so_patch = 3 - version_suffix = '' + version_patch = 4 + version_so_patch = 4 + version_suffix = '-dev' version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) |