gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7264 - GNUnet/contrib/win


From: gnunet
Subject: [GNUnet-SVN] r7264 - GNUnet/contrib/win
Date: Sun, 15 Jun 2008 13:05:42 -0600 (MDT)

Author: durner
Date: 2008-06-15 13:05:42 -0600 (Sun, 15 Jun 2008)
New Revision: 7264

Modified:
   GNUnet/contrib/win/Installer.nsi
Log:
0.8.0

Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi    2008-06-15 18:58:07 UTC (rev 7263)
+++ GNUnet/contrib/win/Installer.nsi    2008-06-15 19:05:42 UTC (rev 7264)
@@ -5,7 +5,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "GNUnet"
-!define PRODUCT_VERSION "0.8.0-pre1"
+!define PRODUCT_VERSION "0.8.0"
 !define PRODUCT_PUBLISHER "GNU"
 !define PRODUCT_WEB_SITE "http://www.gnunet.org/";
 !define PRODUCT_UNINST_KEY 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@@ -302,7 +302,7 @@
         SetOutPath "$INSTDIR\bin"
         
         File "C:\GNUnet\bin\gnunet-qt.exe"
-        File "C:\GNUnet\bin\libgnunetqt_common.dll"
+        File "C:\GNUnet\bin\libgnunetqt_common-0.dll"
         File "C:\GNUnet\bin\libgnunetqtmodule_about.dll"
         File "C:\GNUnet\bin\libgnunetqtmodule_fs.dll"
         File "C:\GNUnet\bin\libgnunetqtmodule_general.dll"
@@ -752,7 +752,7 @@
        Delete "$INSTDIR\bin\zlib1.dll"
   
   Delete "$INSTDIR\bin\gnunet-qt.exe"
-  Delete "$INSTDIR\bin\libgnunetqt_common.dll"
+  Delete "$INSTDIR\bin\libgnunetqt_common-0.dll"
   Delete "$INSTDIR\bin\libgnunetqtmodule_about.dll"
   Delete "$INSTDIR\bin\libgnunetqtmodule_fs.dll"
   Delete "$INSTDIR\bin\libgnunetqtmodule_general.dll"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]