11 lines
354 B
Text
11 lines
354 B
Text
--- makefile.orig Sat Oct 8 22:24:43 2011
|
|
+++ makefile Sat Oct 8 22:25:19 2011
|
|
@@ -65,6 +65,7 @@ uninstall:
|
|
|
|
version:
|
|
echo $(QUOT)const int bzr = $(QUOT) > common$(FS)version.h
|
|
- bzr revno >> common$(FS)version.h
|
|
+ #bzr revno >> common$(FS)version.h
|
|
+ echo $(QUOT)2.0$(QUOT) >> common$(FS)version.h
|
|
echo $(QUOT);$(QUOT) >> common$(FS)version.h
|
|
|