Skip to content

Commit d5c22c4

Browse files
committed
release for DOI
1 parent 388b135 commit d5c22c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

resources/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<property name="author" value="Andreas Schlegel"/>
1616
<property name="copyright" value="(c) 2006-2015"/>
1717
<property name="libraryName" value="controlP5"/>
18-
<property name="versionNumber" value="2.2.3"/>
18+
<property name="versionNumber" value="2.2.4"/>
1919
<property name="yourLink" value="http://www.sojamo.de" />
2020
<property name="keywords" value="gui, ui, controller, interface, user interface" />
2121
<property name="tested:platform" value="osx, windows, linux" />

resources/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ paragraph = Includes interface elements such as slider, button, knob, toggle, te
3838
# is used to compare different versions of the same library, and
3939
# check if an update is available. You should think of it as a
4040
# counter, counting the total number of releases you've had.
41-
version = 82 # This must be parsable as an int
41+
version = 83 # This must be parsable as an int
4242

4343
# The version as the user will see it. If blank, the version attribute will be used here
44-
prettyVersion = 2.2.3 # This is treated as a String
44+
prettyVersion = 2.2.4 # This is treated as a String

src/controlP5/ControlP5.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public class ControlP5 extends ControlP5Base {
9898
/**
9999
* @exclude
100100
*/
101-
@ControlP5.Invisible public static final String VERSION = "2.2.3";// "##version##";
101+
@ControlP5.Invisible public static final String VERSION = "2.2.4";// "##version##";
102102

103103
/**
104104
* @exclude

0 commit comments

Comments
 (0)