Forgot to tag the Mac and Windows binaries with the revision number.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Feb 2007 14:03:52 +0000 (14:03 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Feb 2007 14:03:52 +0000 (14:03 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7215 cda61777-01e9-0310-a592-d414129be87e

Buildscr

index 033ece4..0371eb1 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -15,7 +15,7 @@ in puzzles do make clean
 # Build the OS X .dmg archive.
 delegate osx
   in puzzles do make -f Makefile.osx clean
-  in puzzles do make -f Makefile.osx release
+  in puzzles do make -f Makefile.osx release VER=-DREVISION=$(revision)
   return puzzles/Puzzles.dmg
 enddelegate
 
@@ -28,7 +28,7 @@ delegate windows
   in puzzles do hhc puzzles.hhp; test -f puzzles.chm
   # FIXME: Cygwin alternative?
   in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc clean'
-  in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc'
+  in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc VER=-DREVISION=$(revision)'
   return puzzles/puzzles.chm
   return puzzles/*.exe
 enddelegate