Skip to content

Commit

Permalink
Update to modern properties format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Nov 7, 2016
1 parent 87d135d commit aeab23f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</fileset>
</path>

<property name="javaVersion" value="1.6" />
<property name="javaVersion" value="1.8" />

<property file="library.properties" prefix="library" />

Expand Down
9 changes: 6 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name = PeasyCam
authorList = [Jonathan Feinberg](http://mrfeinberg.com/)
authors = [Jonathan Feinberg](http://mrfeinberg.com/)
url = http://mrfeinberg.com/peasycam/
category = 3D
categories = 3D
sentence = A mouse driven camera-control library for 3D sketches.
version = 201
version = 202
prettyVersion = 202
minRevision = 227
maxRevision = 0
2 changes: 1 addition & 1 deletion src/peasy/PeasyCam.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void handleWheel(final int delta) {

private final PMatrix3D originalMatrix; // for HUD restore

public final String VERSION = "201";
public final String VERSION = "202";

public PeasyCam(final PApplet parent, final double distance) {
this(parent, parent.g, 0, 0, 0, distance);
Expand Down

0 comments on commit aeab23f

Please sign in to comment.