Skip to content

Commit

Permalink
build: bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Nov 15, 2021
1 parent 6da65e3 commit 9b85bec
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions doc/notes/3.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### 3.3.1

_Not Released Yet_

This build includes the following changes:

#### Bindings

#### Improvements

#### Fixes

#### Breaking Changes

```
(B): binary incompatible change
(S): source incompatible change
```
1 change: 1 addition & 0 deletions doc/notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Version History

* YYYY-MM-DD [3.3.1](3.3.1.md) (work in progress)
* 2021-11-15 [3.3.0](3.3.0.md) (latest)
* 2019-09-01 [3.2.3](3.2.3.md)
* 2019-05-05 [3.2.2](3.2.2.md)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

# MAJOR.MINOR.REVISION [0-9].[0-9].[0-9]+[ab]?
lwjglVersion=3.3.0
lwjglVersion=3.3.1
2 changes: 1 addition & 1 deletion modules/lwjgl/core/src/main/java/org/lwjgl/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class Version {
public static final int
VERSION_MAJOR = 3,
VERSION_MINOR = 3,
VERSION_REVISION = 0;
VERSION_REVISION = 1;

/** The development state of the current build. */
public static final BuildType BUILD_TYPE = BuildType.STABLE;
Expand Down

0 comments on commit 9b85bec

Please sign in to comment.