- Timestamp:
- Oct 17, 2011 7:45:27 AM (13 years ago)
- 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:
- f54d3cc
- Parents:
- 6c82a21
- Location:
- sansview
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/build_sansview.py
r8fe5a50 ra2898df 58 58 INNO = "\"c:\Program Files\Inno Setup 5\ISCC\"" 59 59 60 # Release version 1.961 SANSMODELS = " 0.9.1"62 DATALOADER = " 0.9"63 GUIFRAME = " 0.9.1"64 SANSVIEW = " 1.9.1"65 PLOTTOOLS = " 0.9.1"66 UTIL = " 0.9.1"60 # Release version 2.0 61 SANSMODELS = "1.0.0" 62 DATALOADER = "1.0.0" 63 GUIFRAME = "1.0.0" 64 SANSVIEW = "2.0.0" 65 PLOTTOOLS = "1.0.0" 66 UTIL = "1.0.0" 67 67 PARK = "1.2.1" 68 PARK_INTEG = " 0.9.1"69 PRVIEW = " 0.9.1"70 PR_INV = " 0.9"71 CALCULATOR = " 0.9.1"72 CALC_VIEW = " 0.9"73 INVARIANT = " 0.9.1"74 INV_VIEW = " 0.9"75 FIT_VIEW = " 0.9.1"68 PARK_INTEG = "1.0.0" 69 PRVIEW = "1.0.0" 70 PR_INV = "1.0.0" 71 CALCULATOR = "1.0.0" 72 CALC_VIEW = "1.0.0" 73 INVARIANT = "1.0.0" 74 INV_VIEW = "1.0.0" 75 FIT_VIEW = "1.0.0" 76 76 77 77 # URLs for SVN repos -
sansview/installer_new.iss
re7281fd ra2898df 8 8 ChangesAssociations=yes 9 9 AppName=SansView 10 AppVerName=SansView- 1.9.2dev_oct11 AppPublisher=(c) 2009 , University of Tennessee10 AppVerName=SansView-2.0.0 11 AppPublisher=(c) 2009 - 2011, University of Tennessee 12 12 AppPublisherURL=http://danse.chem.utk.edu 13 13 AppSupportURL=http://danse.chem.utk.edu 14 14 AppUpdatesURL=http://danse.chem.utk.edu 15 15 ChangesEnvironment=true 16 DefaultDirName={pf}\SansView -Dev17 DefaultGroupName=DANSE\SansView- 1.9.2dev_oct16 DefaultDirName={pf}\SansView 17 DefaultGroupName=DANSE\SansView-2.0.0 18 18 DisableProgramGroupPage=yes 19 19 LicenseFile=license.txt … … 75 75 Name: "{group}\SansView"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}" 76 76 Name: "{group}\{cm:UninstallProgram, SansView}"; Filename: "{uninstallexe}" 77 Name: "{commondesktop}\SansView- 1.9.2dev_oct"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"77 Name: "{commondesktop}\SansView-2.0.0"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" 78 78 79 79 -
sansview/local_config.py
r0d7426b ra2898df 7 7 # Version of the application 8 8 __appname__ = "SansView" 9 __version__ = ' 1.9.2dev_oct'10 __build__ = ' 1.9.2dev_oct'9 __version__ = '2.0.0' 10 __build__ = '2.0.0' 11 11 __download_page__ = 'http://danse.chem.utk.edu' 12 12 __update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' … … 51 51 _corner_image = os.path.join(icon_path, "angles_flat.png") 52 52 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 53 _copyright = "(c) 2009 , University of Tennessee"53 _copyright = "(c) 2009 - 2011, University of Tennessee" 54 54 55 55
Note: See TracChangeset
for help on using the changeset viewer.