Author: sebastien.lelong
Date: Mon Oct 27 10:38:29 2008
New Revision: 489
Modified:
branches/jallib-0.1beta/tools/Makefile
Log:
hard config to re-generate release package
Modified: branches/jallib-0.1beta/tools/Makefile
==============================================================================
--- branches/jallib-0.1beta/tools/Makefile (original)
+++ branches/jallib-0.1beta/tools/Makefile Mon Oct 27 10:38:29 2008
@@ -10,8 +10,10 @@
all : clean test
-ENV=unvalidated
-VERSION=dev
+# Default to validated, because branch release
+# Also hard-code version so re-generate package is easy as 1,2,3 :)
+ENV=validated
+VERSION=0.1beta
SAMPLIR_DIR=../${ENV}/sample
INCLUDE_DIR=../${ENV}/include
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---