SourceForge: jiu/jiu: changeset 53:91b948813dc0
Updated version number to 0.15.0, to reflect the rather large changes on this branch. java-1.5
authorKnut Arild Erstad <knutae@gmail.com>
Sat Aug 08 23:04:38 2009 +0200 (3 months ago)
branchjava-1.5
changeset 5391b948813dc0
parent 526e420c51098f
child 5464410f33156d
Updated version number to 0.15.0, to reflect the rather large changes on this branch.
SConstruct
net/sourceforge/jiu/apps/JiuInfo.java
     1.1 --- a/SConstruct	Sat Aug 08 22:54:09 2009 +0200
     1.2 +++ b/SConstruct	Sat Aug 08 23:04:38 2009 +0200
     1.3 @@ -53,7 +53,7 @@
     1.4  versioned_files = versioned_mercurial_files()
     1.5  
     1.6  if versioned_files:
     1.7 -    VERSION = '0.14.3'
     1.8 +    VERSION = '0.15.0'
     1.9      BUNDLENAME = 'java-imaging-utilities-' + VERSION
    1.10      SUFFIXES = ['.zip', '.tar.gz', '.tar.bz2']
    1.11      
     2.1 --- a/net/sourceforge/jiu/apps/JiuInfo.java	Sat Aug 08 22:54:09 2009 +0200
     2.2 +++ b/net/sourceforge/jiu/apps/JiuInfo.java	Sat Aug 08 23:04:38 2009 +0200
     2.3 @@ -17,7 +17,7 @@
     2.4  	/** 
     2.5  	 * Three int values for the JIU version, in order (major, minor, patch).
     2.6  	 */
     2.7 -	int[] JIU_NUMERICAL_VERSION = {0, 14, 3};
     2.8 +	int[] JIU_NUMERICAL_VERSION = {0, 15, 0};
     2.9  
    2.10  	/**
    2.11  	 * Version as String, created from {@link #JIU_NUMERICAL_VERSION}.