diff options
Diffstat (limited to 'couchjs/c_src/SConscript')
-rw-r--r-- | couchjs/c_src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/couchjs/c_src/SConscript b/couchjs/c_src/SConscript index 68ad5d3e..c0cc4a1f 100644 --- a/couchjs/c_src/SConscript +++ b/couchjs/c_src/SConscript @@ -105,7 +105,7 @@ if not env.GetOption('clean'): ## Define properties for -h / -V - (_, vsn) = runcmd("git describe --match 1.*") + vsn = "1.1.1-792-gc8a44ff" conf.Define("PACKAGE_STRING", '"%s"' % vsn.rstrip()) conf.Define("PACKAGE_NAME", '"Cloudant BigCouch"') conf.Define("PACKAGE_BUGREPORT", '"https://github.com/cloudant/bigcouch/issues"') |