[or-cvs] r19032: {torvm} Update versions and copyright in resource metadata for 0.0.1 (torvm/trunk/build/win32/src/torvm-w32)

coderman at seul.org coderman at seul.org
Mon Mar 16 03:51:00 UTC 2009


Author: coderman
Date: 2009-03-15 23:51:00 -0400 (Sun, 15 Mar 2009)
New Revision: 19032

Modified:
   torvm/trunk/build/win32/src/torvm-w32/torvm.rc
Log:
Update versions and copyright in resource metadata for 0.0.1.

Modified: torvm/trunk/build/win32/src/torvm-w32/torvm.rc
===================================================================
--- torvm/trunk/build/win32/src/torvm-w32/torvm.rc	2009-03-16 03:43:45 UTC (rev 19031)
+++ torvm/trunk/build/win32/src/torvm-w32/torvm.rc	2009-03-16 03:51:00 UTC (rev 19032)
@@ -3,15 +3,15 @@
 #define VER_COMPANYNAME_STR         "The Tor Project, Inc."
 #define VER_FILEDESCRIPTION_STR     "Tor VM"
 #define VER_INTERNALNAME_STR        "Tor VM"
-#define VER_LEGALCOPYRIGHT_STR      "Copyright (C) 2008 - The Tor Project, Inc."
+#define VER_LEGALCOPYRIGHT_STR      "Copyright (C) 2008-2009 - The Tor Project, Inc."
 #define VER_LEGALTRADEMARKS1_STR    "Tor is a trademark of The Tor Project, Inc."
 #define VER_LEGALTRADEMARKS2_STR    ""
 #define VER_ORIGINALFILENAME_STR    "torvm.exe"
 #define VER_PRODUCTNAME_STR         "Tor VM"
-#define VER_FILEVERSION             0,0,0,1
-#define VER_FILEVERSION_STR         "0.0.1-alpha"
-#define VER_PRODUCTVERSION          0,0,0,1
-#define VER_PRODUCTVERSION_STR      "0.0.1-alpha"
+#define VER_FILEVERSION             0,0,1,0
+#define VER_FILEVERSION_STR         "0.0.1"
+#define VER_PRODUCTVERSION          0,0,1,0
+#define VER_PRODUCTVERSION_STR      "0.0.1"
 #define IDI_ICON1                   101
 IDI_ICON1 ICON DISCARDABLE          "tor-icon-48.ico"
 #define IDI_ICON2                   102



More information about the tor-commits mailing list