X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=windows%2Fversion.rc2;h=8d4787222d0318635894f0644c935cef6974476f;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=f0c2b197d441fd53b7b436304f67a6b8b618db5c;hpb=6a596c736afec008e01e5d8af86cb93545f7ea9d;p=PuTTY.git diff --git a/windows/version.rc2 b/windows/version.rc2 index f0c2b197..8d478722 100644 --- a/windows/version.rc2 +++ b/windows/version.rc2 @@ -39,7 +39,7 @@ /* We keep this around even for snapshots, for monotonicity of version * numbering. It needs to be kept up to date. NB _comma_-separated. */ -#define BASE_VERSION 0,58 +#define BASE_VERSION 0,59 #if defined SNAPSHOT @@ -102,7 +102,7 @@ BEGIN VALUE "OriginalFilename", APPNAME VALUE "FileVersion", VERSION_TEXT VALUE "ProductVersion", VERSION_TEXT - VALUE "LegalCopyright", "Copyright \251 1997-2006 Simon Tatham." + VALUE "LegalCopyright", "Copyright \251 1997-2007 Simon Tatham." #if (!defined SNAPSHOT) && (!defined RELEASE) /* Only if VS_FF_PRIVATEBUILD. */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */