dasher r3508 - in trunk: Doc/development Src/Installer Src/Win32



Author: pcowans
Date: Mon Apr 21 19:02:32 2008
New Revision: 3508
URL: http://svn.gnome.org/viewvc/dasher?rev=3508&view=rev

Log:
* Preparing for release

Modified:
   trunk/Doc/development/GUIDS.txt
   trunk/Src/Installer/Dasher.wxs
   trunk/Src/Win32/Dasher.rc

Modified: trunk/Doc/development/GUIDS.txt
==============================================================================
--- trunk/Doc/development/GUIDS.txt	(original)
+++ trunk/Doc/development/GUIDS.txt	Mon Apr 21 19:02:32 2008
@@ -43,4 +43,8 @@
 Product ID: A9572A11-5AB0-481c-8FBF-EAD6D7CB7F7D
 Upgrade Code: 56491DE8-EF73-42a6-82D4-8D05FE531583
 
-(Specislist installers not shipped for development release)
\ No newline at end of file
+(Specialist installers not shipped for development release)
+
+4.9.0 (Standard)
+Product ID: ABC998A2-E21A-4453-B104-FA1C20E0CFD8
+Upgrade Code: B258EB55-13B0-4b4d-91FE-FEFAE823E802
\ No newline at end of file

Modified: trunk/Src/Installer/Dasher.wxs
==============================================================================
--- trunk/Src/Installer/Dasher.wxs	(original)
+++ trunk/Src/Installer/Dasher.wxs	Mon Apr 21 19:02:32 2008
@@ -1,27 +1,27 @@
 <?xml version='1.0' encoding='utf-8'?>
 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
 
-  <Product Name='Dasher 4.7' Id='A9572A11-5AB0-481c-8FBF-EAD6D7CB7F7D'
-   Language='1033' Codepage='1252' Version='4.7.1' Manufacturer='Dasher'
-   UpgradeCode='56491DE8-EF73-42a6-82D4-8D05FE531583'>
+  <Product Name='Dasher 4.9' Id='ABC998A2-E21A-4453-B104-FA1C20E0CFD8'
+   Language='1033' Codepage='1252' Version='4.9.0' Manufacturer='Dasher'
+   UpgradeCode='B258EB55-13B0-4b4d-91FE-FEFAE823E802'>
 
     <Package Keywords='Installer'
-     Description="Dasher 4.7 Installer"
+     Description="Dasher 4.9 Installer"
      Comments='This will install Dasher' Manufacturer='The Dasher Group.'
      InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
     <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
-    <Property Id='DiskPrompt' Value="Dasher 4.7 Installation [1]" />
+    <Property Id='DiskPrompt' Value="Dasher 4.9 Installation [1]" />
 
     <Directory Id='TARGETDIR' Name='SourceDir'>
       <Directory Id='ProgramFilesFolder' Name='PFiles'>
         <Directory Id='Dasher' Name='Dasher'>
-          <Directory Id='INSTALLDIR' Name='Dasher 4.7'>
+          <Directory Id='INSTALLDIR' Name='Dasher 4.9'>
             <Component Id='MainExecutable' Guid='5a93ba53-2e2d-4f88-8a1f-5bdd8f130394'>
               <File Id='DasherEXE' Name='Dasher.exe' DiskId='1'
                Source='..\Win32\Target\Release\Dasher.exe' Vital='yes'>
-               <Shortcut Id="startmenuDasher44" Directory="ProgramMenuDir" Name="Dasher 4.7" WorkingDirectory='INSTALLDIR'
+               <Shortcut Id="startmenuDasher44" Directory="ProgramMenuDir" Name="Dasher 4.9" WorkingDirectory='INSTALLDIR'
                  Icon="Dasher.exe" IconIndex="0" Advertise="yes"/>
-                <Shortcut Id="desktopDasher44" Directory="DesktopFolder" Name="Dasher 4.7" WorkingDirectory='INSTALLDIR'
+                <Shortcut Id="desktopDasher44" Directory="DesktopFolder" Name="Dasher 4.9" WorkingDirectory='INSTALLDIR'
                  Icon="Dasher.exe" IconIndex="0" Advertise="yes"/>
               </File>              
               <File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\bin\libexpat.dll" Vital="yes"/>              
@@ -220,7 +220,7 @@
       </Directory>
 
      <Directory Id="ProgramMenuFolder" Name="Programs">
-       <Directory Id="ProgramMenuDir" Name="Dasher 4.7">
+       <Directory Id="ProgramMenuDir" Name="Dasher 4.9">
          <Component  Id="Random" Guid="D28C2189-5E40-4f93-B42E-0CD76D8B5B37" KeyPath="no">
            <Registry Id='DummyReg' Root='HKCU' Key='Software\Inference Group\Dasher3' Name='Dummy'
               Action='write' Type='string' Value='Dummy Key' KeyPath='yes'/>
@@ -384,7 +384,7 @@
 
 
 
-    <Feature Id='Complete' Title='Dasher 4.7' Description='The full Dasher installation.' Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR'>
+    <Feature Id='Complete' Title='Dasher 4.9' Description='The full Dasher installation.' Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR'>
       <Feature Id="Core" Title="Core" Description="Core programs and data files." Level="1">
        
         <ComponentRef Id='MainExecutable' />

Modified: trunk/Src/Win32/Dasher.rc
==============================================================================
--- trunk/Src/Win32/Dasher.rc	(original)
+++ trunk/Src/Win32/Dasher.rc	Mon Apr 21 19:02:32 2008
@@ -132,7 +132,7 @@
 BEGIN
     DEFPUSHBUTTON   "OK",IDOK,185,130,50,14
     ICON            IDI_DASHER,IDC_MYICON,23,18,20,20
-    LTEXT           "Dasher 4.7.1",IDC_STATIC,67,18,168,10,SS_NOPREFIX
+    LTEXT           "Dasher 4.9.0",IDC_STATIC,67,18,168,10,SS_NOPREFIX
     LTEXT           "Copyright (C) 1998-2008 The Dasher Project",IDC_STATIC,67,30,168,10
     LTEXT           "dasher mrao cam ac uk",IDC_STATIC,67,63,168,10
     LTEXT           "http://www.dasher.org.uk/",IDC_STATIC,67,53,168,10
@@ -462,8 +462,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,7,1,0
- PRODUCTVERSION 4,7,1,0
+ FILEVERSION 4,9,0,0
+ PRODUCTVERSION 4,9,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x3L
@@ -481,12 +481,12 @@
             VALUE "Comments", "Dasher is an information efficient text-entry system controlled by a pointer. It is licensed under the GPL."
             VALUE "CompanyName", "Inference Group, Cavendish Laboratory, University of Cambridge"
             VALUE "FileDescription", "Dasher"
-            VALUE "FileVersion", "4, 7, 1, 0"
+            VALUE "FileVersion", "4, 9, 0, 0"
             VALUE "InternalName", "Dasher"
             VALUE "LegalCopyright", "Copyright © 1998-2008 The Dasher Project"
             VALUE "OriginalFilename", "dasher.exe"
             VALUE "ProductName", "Dasher"
-            VALUE "ProductVersion", "4, 7, 1, 0"
+            VALUE "ProductVersion", "4, 9, 0, 0"
         END
     END
     BLOCK "VarFileInfo"



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