Ignore:
Timestamp:
Jun 26, 2014, 9:24:02 AM (9 years ago)
Author:
Nicklas Nordborg
Message:

Preparing for future release Xfiles 1.1

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

Legend:

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

    r2525 r2527  
    66      An extension package containing support for additional protocols to access external files.
    77    </description>
    8     <version>1.0</version>
     8    <version>1.1-dev</version>
    99    <min-base-version>3.3.0</min-base-version>
    1010    <copyright>BASE development team</copyright>
  • extensions/net.sf.basedb.xfiles/trunk/RELEASE

    r2517 r2527  
    656511. Update the version numbers.
    6666 
    67     In build.xml: <property name="version" value="A.(B+1)pre" />
     67    In build.xml: <property name="version" value="A.(B+1)-dev" />
    6868    Run `ant update-version` and commit the changes to
    6969    subversion:
  • extensions/net.sf.basedb.xfiles/trunk/build.xml

    r2525 r2527  
    1010  <!-- variables used -->
    1111  <property name="name" value="xfiles" />
    12   <property name="version" value="1.0" />
     12  <property name="version" value="1.1-dev" />
    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.xfiles/trunk/src/net/sf/basedb/xfiles/XFiles.java

    r2525 r2527  
    3333    The current version of this package.
    3434  */
    35   public static final String VERSION = "1.0";
     35  public static final String VERSION = "1.1-dev";
    3636
    3737  /**
Note: See TracChangeset for help on using the changeset viewer.