diff options
author | Micah Anderson <micah@leap.se> | 2014-01-17 08:43:45 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-01-17 08:48:12 -0200 |
commit | d345da23681293a625f58dcc9303131527b70a32 (patch) | |
tree | 0ca0a4c47729919123190f85694671681b4106f0 /couchjs/c_src/SConscript | |
parent | 510c6d763fba74f95ae8f894408c3658bcef4f83 (diff) |
Hard code version so we don't need git when packaging.
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"') |