Changeset 1461


Ignore:
Timestamp:
Nov 14, 2011, 1:39:13 PM (12 years ago)
Author:
Martin Svensson
Message:

Preparing release 1.6

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

Legend:

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

    r1378 r1461  
    77      and samples.
    88    </description>
    9     <version>1.6-dev</version>
     9    <version>1.6</version>
    1010    <copyright>BASE development team</copyright>
    1111    <email>basedb-users@lists.sourceforge.net</email>
  • extensions/net.sf.basedb.reggie/trunk/README

    r1371 r1461  
    6060    This entry is available for 'Administrators' and members of the
    6161   'PatientCurator' group. It is used to connect register consent
    62    for participating in the study.
     62   for participating in the study.
     63   
     64 * Specimen tube registration wizard:
     65   This entry is available for those with permission to create samples.
     66   It is used to register new specimen tubes for cases that are not yet
     67   in BASE.
     68 
     69 * Partition registration wizard:
     70   This entry is available for those with permission to create samples
     71   and extracts. It is used to register new partitions of existing
     72   specimen tubes.
    6373
    6474== Compiling ==
  • extensions/net.sf.basedb.reggie/trunk/build.xml

    r1378 r1461  
    1010  <!-- variables used -->
    1111  <property name="name" value="reggie" />
    12   <property name="version" value="1.6-dev" />
     12  <property name="version" value="1.6" />
    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

    r1426 r1461  
    3030    The current version of this package.
    3131  */
    32   public static final String VERSION = "1.6-dev";
     32  public static final String VERSION = "1.6";
    3333
    3434  /**
Note: See TracChangeset for help on using the changeset viewer.