when using make sync for testing, need a valid version
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 4 Oct 2011 09:06:13 +0000 (11:06 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 8 Oct 2011 15:09:53 +0000 (17:09 +0200)
Makefile

index 5bb1bba..f162f5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ uninstall: python-uninstall tests-uninstall
 
 .PHONY: all install clean uninstall
 
-VERSIONTAG=should-be-redefined-by-specfile
+VERSIONTAG=0.0-0-should.be-redefined-by-specfile
 SCMURL=should-be-redefined-by-specfile
 
 ##########