Changeset 1527


Ignore:
Timestamp:
Jan 25, 2012, 11:35:59 AM (11 years ago)
Author:
Nicklas Nordborg
Message:

Preparing release Reggie 2.2

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml

    r1512 r1527  
    88    </description>
    99
    10     <version>2.2-dev</version>
     10    <version>2.2</version>
    1111    <min-base-version>3.0.0</min-base-version>
    1212
  • extensions/net.sf.basedb.reggie/trunk/README

    r1463 r1527  
    4949   specimen tubes. It can also be used to update missing information
    5050   on existing cases and specimen tubes.
    51    
     51 
     52 * Blood referral form registration wizard
     53   This entry is available for 'Administrators' and members of the
     54   'PatientCurator' group. It is used to register blood samples
     55   and connect them with patients. The patient doesn't have to exists.
     56   If the blood sample already exists, the wizard can be used to update
     57   missing information.
     58
    5259 * Referral form registration wizard:
    5360   This entry is available for 'Administrators' and members of the
  • extensions/net.sf.basedb.reggie/trunk/build.xml

    r1512 r1527  
    1010  <!-- variables used -->
    1111  <property name="name" value="reggie" />
    12   <property name="version" value="2.2-dev" />
     12  <property name="version" value="2.2" />
    1313  <property name="src" location="src" description="Location of source files" />
    1414  <property name="build" location="build" description="Location of compiled files" />
  • extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/Reggie.java

    r1524 r1527  
    3636    The current version of this package.
    3737  */
    38   public static final String VERSION = "2.2-dev";
     38  public static final String VERSION = "2.2";
    3939
    4040  /**
Note: See TracChangeset for help on using the changeset viewer.