Be slightly more forgiving about the nature of SVN_REV; bob will be
[u/mdw/putty] / windows / version.rc2
index 5bac1ca..049dbe5 100644 (file)
@@ -45,7 +45,7 @@
 
 /* Make SVN_REV mandatory for snapshots, to avoid issuing binary
  * version numbers that look like full releases. */
-#if (!defined SVN_REV) || (SVN_REV == 0)
+#ifndef SVN_REV
 #error SVN_REV not defined/nonzero for snapshot build
 #endif