Skip to content

Commit 7b4aba3

Browse files
committed
v0.9.9.0-07
1 parent 185cf60 commit 7b4aba3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434

3535
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
3636

37-
ext.lwjglVersion = "3.1.7-SNAPSHOT"
37+
ext.lwjglVersion = "3.2.0"
3838
switch (OperatingSystem.current()) {
3939
case OperatingSystem.WINDOWS:
4040
ext.lwjglNatives = "natives-windows"

src/main/kotlin/glm_/glm.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ val GLM_VERSION_MAJOR = 0
146146
val GLM_VERSION_MINOR = 9
147147
val GLM_VERSION_PATCH = 9
148148
val GLM_VERSION_REVISION = 0
149-
val GLM_VERSION_BUILD = 6
149+
val GLM_VERSION_BUILD = 7
150150
val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION + GLM_VERSION_BUILD / 10f

0 commit comments

Comments
 (0)