• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5624

Show
Ignore:
Timestamp:
09/23/08 10:22:57 (2 months ago)
Author:
will
Message:

Beta3.1rc1 version numbering

Files:
1 modified

  • branches/ProtocolEditor/src/xmlMVC/ConfigConstants.java (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • branches/ProtocolEditor/src/xmlMVC/ConfigConstants.java

    r5523 r5624  
    6363         *  
    6464         */ 
    65         public static final String EDITOR_VERSION_NUMBER = "3.0-3.0.1"; 
     65        public static final String EDITOR_VERSION_NUMBER = "3.0-3.1"; 
    6666        /** 
    6767         * This is an identifier, eg. for Exception handler's bug reporter. 
    … …  
    7171         * the EDITOR_VERSION_NUMBER. 
    7272         */ 
    73         public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + ""; 
     73        public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + "rc1"; 
    7474 
    7575} 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/