Changeset 386b313 in sasview


Ignore:
Timestamp:
Apr 22, 2013 12:33:10 PM (11 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
d28b974
Parents:
f84e4c0
Message:

version no. to 3.0

Location:
sansview
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sansview/installer.iss

    r5d9b2c0 r386b313  
    88ChangesAssociations=yes 
    99AppName=SasView 
    10 AppVerName=SasView-2.2.0 
    11 AppPublisher=(c) 2009 - 2012, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL 
    12 AppPublisherURL=http://danse.chem.utk.edu 
    13 AppSupportURL=http://danse.chem.utk.edu 
    14 AppUpdatesURL=http://danse.chem.utk.edu  
     10AppVerName=SasView-3.0.0 
     11AppPublisher=(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL 
     12AppPublisherURL=http://www.sasview.org 
     13AppSupportURL=http://www.sasview.org 
     14AppUpdatesURL=http://www.sasview.org  
    1515ChangesEnvironment=true  
    1616DefaultDirName={pf}\SasView 
    17 DefaultGroupName=.\SasView-2.2.0 
     17DefaultGroupName=.\SasView-3.0.0 
    1818DisableProgramGroupPage=yes 
    1919LicenseFile=license.txt 
     
    7979Name: "{group}\SasView";        Filename: "{app}\SasView.exe";  WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"  
    8080Name: "{group}\{cm:UninstallProgram, SasView}";  Filename: "{uninstallexe}"  
    81 Name: "{commondesktop}\SasView-2.2.0";  Filename: "{app}\SasView.exe";  Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"  
    82 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SasView-2.2.0";   Filename: "{app}\SasView.exe";  Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"  
     81Name: "{commondesktop}\SasView-3.0.0";  Filename: "{app}\SasView.exe";  Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"  
     82Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SasView-3.0.0";   Filename: "{app}\SasView.exe";  Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"  
    8383 
    8484 
  • sansview/local_config.py

    r657e52c r386b313  
    6868_corner_image = os.path.join(icon_path, "angles_flat.png") 
    6969_welcome_image = os.path.join(icon_path, "SVwelcome.png") 
    70 _copyright = "(c) 2009 - 2012, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL" 
     70_copyright = "(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL" 
    7171 
    7272 
Note: See TracChangeset for help on using the changeset viewer.