Changeset 3ff72e2 in sasview for calculatorview


Ignore:
Timestamp:
Oct 17, 2011 9:33:43 AM (13 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:
6c82a21
Parents:
f0239a3
Message:

version num update

Location:
calculatorview
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/installer.iss

    red94228 r3ff72e2  
    44[Setup] 
    55AppName=SansViewTool 
    6 AppVerName=SansViewTool-1.0_dev 
     6AppVerName=SansViewTool-1.0.0 
    77AppPublisher=University of Tennessee 
    88AppPublisherURL=http://danse.chem.utk.edu/ 
    99AppSupportURL=http://danse.chem.utk.edu/ 
    1010AppUpdatesURL=http://danse.chem.utk.edu/ 
    11 DefaultDirName={pf}\SansViewTool-1.0_dev 
    12 DefaultGroupName=DANSE\SansViewTool-1.0_dev 
     11DefaultDirName={pf}\SansViewTool-1.0.0 
     12DefaultGroupName=DANSE\SansViewTool-1.0.0 
    1313DisableProgramGroupPage=yes 
    1414LicenseFile=license.txt 
  • calculatorview/local_config.py

    red94228 r3ff72e2  
    77# Version of the application 
    88__appname__ = "SansViewTool" 
    9 __version__ = '0.9.2dev' 
     9__version__ = '1.0.0' 
    1010__download_page__ = 'http://danse.chem.utk.edu' 
    1111#__update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' 
     
    4545_corner_image = "images/icons/angles_flat.png" 
    4646_welcome_image = "images/icons/SVwelcome.png" 
    47 _copyright = "(c) 2009, University of Tennessee" 
     47_copyright = "(c) 2009-2011, University of Tennessee" 
    4848 
    4949 
  • calculatorview/setup.py

    r5fd43d6 r3ff72e2  
    77setup( 
    88    name="calculatorview", 
    9     version = "0.9", 
     9    version = "1.0.0", 
    1010    description="calculator perspective for SansView", 
    1111    package_dir={"sans":"src/sans", 
  • calculatorview/setup_exe.py

    red94228 r3ff72e2  
    122122# 
    123123packages = ['matplotlib', 'pytz','encodings', 'scipy'] 
    124 includes = [] 
     124includes = ['site'] 
    125125excludes = []  
    126126 
Note: See TracChangeset for help on using the changeset viewer.