Be slightly more forgiving about the nature of SVN_REV; bob will be
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Feb 2007 08:02:53 +0000 (08:02 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Feb 2007 08:02:53 +0000 (08:02 +0000)
reliable at defining it, and it's useful to be able to pass `1234M'-
type revisions in for testing purposes.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7221 cda61777-01e9-0310-a592-d414129be87e

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