]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Be slightly more forgiving about the nature of SVN_REV; bob will be
authorSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 08:02:53 +0000 (08:02 +0000)
committerSimon Tatham <anakin@pobox.com>
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: http://svn.tartarus.org/sgt/putty@7221 cda61777-01e9-0310-a592-d414129be87e

windows/version.rc2

index 5bac1ca8dd8941faa14b43bca1ae98e48326bea5..049dbe530bf8dec6ce14a9a102e99f582059c3e6 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