Skip to content

Commit aadbde0

Browse files
Bump to 2.0.0-SNAPSHOT
* now includes all the changes and additions made in the _scenegraph_ branch * README and build.gradle have been updated accordingly * ClearGL will now follow Semantic Versioning now - http://semver.org
1 parent e78b628 commit aadbde0

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ClearGL #
1+
# ClearGL 2.0.0-SNAPSHOT
22

3-
Facade API on top of JOGL (http://jogamp.org/jogl/www/)
4-
offering a more pleasant and object-oriented API for
5-
JOGL in Java.
3+
Facade API on top of JOGL (http://jogamp.org/jogl/www/) offering a simple interface for creating OpenGL contexts/windows, GLSL shader programs, and textures. Use it in your favourite JVM-based language.
4+
5+
_If you are looking for version 1.x, please check out the [**1-STABLE** branch](https://github.com/ClearVolume/ClearGL/tree/1-STABLE)._
66

77
### How to build project with Gradle
88

@@ -14,5 +14,8 @@ JOGL in Java.
1414

1515
### Contributors ###
1616

17-
* Loic Royer (royer -at- mpi-cbg -point- de)
18-
* ... add yourself
17+
* [Loic Royer](https://github.com/royerloic)
18+
* [Ulrik Günther](https://github.com/skalarproduktraum)
19+
* [Tobias Pietzsch](https://github.com/tpietzsch)
20+
* [Martin Weigert](https://github.com/mweigert)
21+
* [Florian Jug](https://github.com/fjug)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ archivesBaseName = 'cleargl'
133133
if(project.hasProperty('releasebuild')) {
134134
version = getVersionName()
135135
} else {
136-
version = "1.0-SNAPSHOT"
136+
version = "2.0.0-SNAPSHOT"
137137
}
138138

139139
artifacts

0 commit comments

Comments
 (0)