From d345da23681293a625f58dcc9303131527b70a32 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 17 Jan 2014 08:43:45 -0200 Subject: Hard code version so we don't need git when packaging. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef6236cd..49772504 100644 --- a/Makefile +++ b/Makefile @@ -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)" -- cgit v1.2.3