You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/08/18 12:01:18 UTC

svn commit: r686717 - /directory/studio/branches/1.2.x/tools/Windows Installer/windows_installer.nsi

Author: pamarcelot
Date: Mon Aug 18 03:01:18 2008
New Revision: 686717

URL: http://svn.apache.org/viewvc?rev=686717&view=rev
Log:
Updated version number of the windows installer

Modified:
    directory/studio/branches/1.2.x/tools/Windows Installer/windows_installer.nsi

Modified: directory/studio/branches/1.2.x/tools/Windows Installer/windows_installer.nsi
URL: http://svn.apache.org/viewvc/directory/studio/branches/1.2.x/tools/Windows%20Installer/windows_installer.nsi?rev=686717&r1=686716&r2=686717&view=diff
==============================================================================
--- directory/studio/branches/1.2.x/tools/Windows Installer/windows_installer.nsi (original)
+++ directory/studio/branches/1.2.x/tools/Windows Installer/windows_installer.nsi Mon Aug 18 03:01:18 2008
@@ -18,8 +18,8 @@
 #
 
 !define AppName "Apache Directory Studio"
-!define AppVersion "1.2.0.v20080724"
-!define OutFile "Apache_Directory_Studio_1.2.0.v20080724_Windows"
+!define AppVersion "1.2.0.v20080818"
+!define OutFile "ApacheDirectoryStudio-win32-1.2.0.v20080818"
 !define ShortName "Apache Directory Studio"
 !define JRE_VERSION "1.5.0"
 !define Vendor "Apache Software Foundation"