You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2005/02/20 10:39:22 UTC

svn commit: r154491 - lenya/branches/BRANCH_1_2_X/lenya.nsi

Author: roku
Date: Sun Feb 20 01:39:20 2005
New Revision: 154491

URL: http://svn.apache.org/viewcvs?view=rev&rev=154491
Log:
Incremented version number to 1.2.2

Modified:
    lenya/branches/BRANCH_1_2_X/lenya.nsi

Modified: lenya/branches/BRANCH_1_2_X/lenya.nsi
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/lenya.nsi?view=diff&r1=154490&r2=154491
==============================================================================
--- lenya/branches/BRANCH_1_2_X/lenya.nsi (original)
+++ lenya/branches/BRANCH_1_2_X/lenya.nsi Sun Feb 20 01:39:20 2005
@@ -26,15 +26,15 @@
 
   ;General
   Var product_name
-  Name "Apache Lenya 1.2.1"
-  OutFile "apache-lenya-1.2.1-bin.exe"
+  Name "Apache Lenya 1.2.2"
+  OutFile "apache-lenya-1.2.2-bin.exe"
   
   CRCCheck on
   SetCompress force
   SetDatablockOptimize on
 
   ;Folder selection page
-  InstallDir "C:\apache-lenya-1.2.1"
+  InstallDir "C:\apache-lenya-1.2.2"
   
 ;--------------------------------
 ;Interface Settings
@@ -60,10 +60,10 @@
 ;--------------------------------
 ;Installer Sections
 
-Section "Apache Lenya 1.2.1" SecDummy
+Section "Apache Lenya 1.2.2" SecDummy
 
   Call findJavaPath
-  StrCpy $product_name "Apache Lenya 1.2.1"
+  StrCpy $product_name "Apache Lenya 1.2.2"
   SetOutPath $INSTDIR
   
   SetOutPath $INSTDIR\build\lenya\webapp
@@ -128,7 +128,7 @@
 ;Uninstaller Section
 
 Section "Uninstall"
-  RMDir /r "$SMPROGRAMS\Apache Lenya 1.2.1"
+  RMDir /r "$SMPROGRAMS\Apache Lenya 1.2.2"
   RMDir /r "$INSTDIR"
 
 SectionEnd



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org