diff options
author | Peter Åstrand <astrand@cendio.se> | 2009-04-14 12:21:49 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2009-04-14 12:21:49 +0000 |
commit | 36dd7baf60c3af89582aadf5e85a6a26b4540571 (patch) | |
tree | cc8e847669949b6e0d595c1477671bd10d3853e2 /win/winvnc/winvnc.rc | |
parent | 9d9d5923d0ffb7bad934f2d383324eb19c89371f (diff) | |
download | tigervnc-36dd7baf60c3af89582aadf5e85a6a26b4540571.tar.gz tigervnc-36dd7baf60c3af89582aadf5e85a6a26b4540571.zip |
Yet another version number fix. We had forgotten to update VERSIONINFO
in vncviewer.rc, plus we should use 0.0.90 rather than 0.9.0.
I'm dreaming of a future where the version number is SPOT.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3774 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/winvnc/winvnc.rc')
-rw-r--r-- | win/winvnc/winvnc.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc index 7091d60a..aa4011cf 100644 --- a/win/winvnc/winvnc.rc +++ b/win/winvnc/winvnc.rc @@ -54,8 +54,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,0,0 - PRODUCTVERSION 0,9,0,0 + FILEVERSION 0,0,90,0 + PRODUCTVERSION 0,0,90,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,14 +73,14 @@ BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "TigerVNC Project\0" VALUE "FileDescription", "TigerVNC Server for Win32\0" - VALUE "FileVersion", "0.9.0\0" + VALUE "FileVersion", "0.0.90\0" VALUE "InternalName", "winvnc\0" VALUE "LegalCopyright", "Copyright (C) 1998-2009 [many holders]\0" VALUE "LegalTrademarks", "TigerVNC\0" VALUE "OriginalFilename", "winvnc4.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "TigerVNC Server\0" - VALUE "ProductVersion", "0.9.0\0" + VALUE "ProductVersion", "0.0.90\0" VALUE "SpecialBuild", "\0" END END |