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 /Makefile | |
parent | 510c6d763fba74f95ae8f894408c3658bcef4f83 (diff) |
Hard code version so we don't need git when packaging.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ compile: @echo "==> couchjs (compile)" @cd couchjs && python scons/scons.py @./rebar compile - @cat $(appfile) | sed s/%VSN%/`git describe --match 1.*`/ > $(appfile) + @cat $(appfile) | sed s/%VSN%/`echo 1.1.1-792-gc8a44ff`/ > $(appfile) clean: @echo "==> couchjs (clean)" |