From: ben Date: Sat, 25 Jan 2003 14:09:47 +0000 (+0000) Subject: Ensure that development snapshots have a version number higher than the X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/d5b0b4c841d100242d5c2e4f7f0c8ca87974fa5c Ensure that development snapshots have a version number higher than the preceding release. git-svn-id: svn://svn.tartarus.org/sgt/putty@2717 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mac/mac_res.r b/mac/mac_res.r index c3545a27..2668b3fd 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.21 2003/01/20 22:55:08 ben Exp $ */ +/* $Id: mac_res.r,v 1.22 2003/01/25 14:09:47 ben Exp $ */ /* * Copyright (c) 1999, 2002 Ben Harris * All rights reserved. @@ -791,11 +791,11 @@ resource 'ics8' (FREF_Seed) { }; resource 'vers' (1, purgeable) { - /* XXX This needs to be updated for each new version */ - VERSION_MAJOR, VERSION_MINOR, #ifdef RELEASE + VERSION_MAJOR, VERSION_MINOR, beta, #else + VERSION_MAJOR, VERSION_MINOR + 1, development, #endif 0, /* No prerelease version */ @@ -815,11 +815,11 @@ resource 'vers' (1, purgeable) { }; resource 'vers' (2, purgeable) { - /* XXX This needs to be updated for each new version */ - VERSION_MAJOR, VERSION_MINOR, #ifdef RELEASE + VERSION_MAJOR, VERSION_MINOR, beta, #else + VERSION_MAJOR, VERSION_MINOR + 1, development, #endif 0, /* No prerelease version */