Skip to content

Commit

Permalink
0.9.9.1-10
Browse files Browse the repository at this point in the history
vars-interface
  • Loading branch information
elect86 committed Apr 18, 2023
1 parent 2cfe7b2 commit c5a0b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pluginManagement {

gradle.rootProject {
group = "kotlin.graphics"
version = "0.9.9.1-9"
version = "0.9.9.1-10"
}
2 changes: 1 addition & 1 deletion src/main/kotlin/glm_/glm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ val GLM_VERSION_MAJOR = 0
val GLM_VERSION_MINOR = 9
val GLM_VERSION_PATCH = 9
val GLM_VERSION_REVISION = 1
val GLM_VERSION_BUILD = 9
val GLM_VERSION_BUILD = 10
val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION

/*
Expand Down

0 comments on commit c5a0b38

Please sign in to comment.