release for DOI

This commit is contained in:
sojamo 2015-03-24 12:43:40 +08:00
parent 388b13569b
commit d5c22c4be7
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
<property name="author" value="Andreas Schlegel"/>
<property name="copyright" value="(c) 2006-2015"/>
<property name="libraryName" value="controlP5"/>
<property name="versionNumber" value="2.2.3"/>
<property name="versionNumber" value="2.2.4"/>
<property name="yourLink" value="http://www.sojamo.de" />
<property name="keywords" value="gui, ui, controller, interface, user interface" />
<property name="tested:platform" value="osx, windows, linux" />

View File

@ -38,7 +38,7 @@ paragraph = Includes interface elements such as slider, button, knob, toggle, te
# is used to compare different versions of the same library, and
# check if an update is available. You should think of it as a
# counter, counting the total number of releases you've had.
version = 82 # This must be parsable as an int
version = 83 # This must be parsable as an int
# The version as the user will see it. If blank, the version attribute will be used here
prettyVersion = 2.2.3 # This is treated as a String
prettyVersion = 2.2.4 # This is treated as a String

View File

@ -98,7 +98,7 @@ public class ControlP5 extends ControlP5Base {
/**
* @exclude
*/
@ControlP5.Invisible public static final String VERSION = "2.2.3";// "##version##";
@ControlP5.Invisible public static final String VERSION = "2.2.4";// "##version##";
/**
* @exclude