[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1760: VIProductVersion must be in the format w.x.y.z, so drop the (trunk/pkg/win32)



Author: edmanm
Date: 2007-06-01 22:31:27 -0400 (Fri, 01 Jun 2007)
New Revision: 1760

Modified:
   trunk/pkg/win32/vidalia-bundle.nsi
Log:
VIProductVersion must be in the format w.x.y.z, so drop the "-svn".


Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi	2007-06-02 01:11:46 UTC (rev 1759)
+++ trunk/pkg/win32/vidalia-bundle.nsi	2007-06-02 02:31:27 UTC (rev 1760)
@@ -40,7 +40,7 @@
 !define BUNDLE_NAME         "Vidalia Bundle"
 !define BUNDLE_APPVERSION   "${TOR_APPVERSION}-${VIDALIA_APPVERSION}"
 !define BUNDLE_REVISION     "1"
-!define BUNDLE_PRODVERSION  "${VIDALIA_APPVERSION}.${BUNDLE_REVISION}" ; Product version must be x.x.x.x
+!define BUNDLE_PRODVERSION  "0.0.12.${BUNDLE_REVISION}" ; Product version must be x.x.x.x
 !define BUNDLE_DESC         "${BUNDLE_NAME} ${BUNDLE_APPVERSION}"
 !define INSTALLFILE         "vidalia-bundle-${BUNDLE_APPVERSION}.exe"
 !define UNINSTALLER         "Uninstall.exe"