Build script to make Tweak releases simpler.
[sgt/tweak] / tweak.h
diff --git a/tweak.h b/tweak.h
index eeb6236..c917b40 100644 (file)
--- a/tweak.h
+++ b/tweak.h
@@ -27,7 +27,9 @@
 #define ABORT 7                               /* character code for ^G */
 #endif
 
-#define VER "3.01"                    /* version */
+#ifndef VER
+#define VER ""
+#endif
 
 #define SEARCH_BLK 65536              /* so can this */
 #define SAVE_BLKSIZ 32768             /* and this too */