Skip to content

Commit

Permalink
increment version number and other things
Browse files Browse the repository at this point in the history
  • Loading branch information
hx2A committed Aug 13, 2021
1 parent a3656a3 commit 8e079f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry kind="lib" path="/home/jim/Projects/processing_libraries/libraries/peasycam.jar"/>
<classpathentry kind="lib" path="/home/jim/Projects/processing_libraries/processing/core/library/core.jar"/>
<classpathentry kind="lib" path="/home/jim/INSTALL/processing-4/core/library/core.jar"/>
<classpathentry kind="output" path="resources/code"/>
</classpath>
13 changes: 7 additions & 6 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ sketchbook.location=${user.home}/Projects/processing
# For OS X,the following path will direct you into Processing's application
# package, in case you put Processing inside your Applications folder.

classpath.local.location=${user.home}/Projects/processing_libraries/processing/core/library
classpath.local.location=${user.home}/INSTALL/processing-4/core/library



# Add all jar files that are required for compiling your project to the local
Expand Down Expand Up @@ -127,12 +128,12 @@ source.repository=https://github.com/hx2A/Camera3D.git
# This is used to compare different versions of the same library, and check if
# an update is available.

library.version=5
library.version=6


# The version as the user will see it.

library.prettyVersion=1.2.2
library.prettyVersion=1.2.3


# The min and max revision of Processing compatible with your library.
Expand All @@ -150,12 +151,12 @@ compatible.maxRevision=0
# against. This information is only used in the generated webpage.

tested.platform=osx,windows,linux
tested.processingVersion=3.x
tested.processingVersion=3.x,4.x


# Additional information for the generated webpage.

library.copyright=(c) 2015, 2016, 2017
library.copyright=(c) 2015-2021
library.dependencies=
library.keywords=3D

Expand All @@ -165,4 +166,4 @@ library.keywords=3D
javadoc.java.href=https://ixora.io/projects/camera-3D/javadoc/
javadoc.processing.href=http://processing.org/reference/javadoc/core/
bin.includes = src/
src.includes = src/
src.includes = src

0 comments on commit 8e079f5

Please sign in to comment.