mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 05:57:57 +01:00
release for DOI
This commit is contained in:
parent
388b13569b
commit
d5c22c4be7
@ -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" />
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user