Skip to content

Commit e8b9a03

Browse files
committed
v0.9.9.1 build 2
1 parent e393e34 commit e8b9a03

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.idea/modules/glm.main.iml

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/glm.test.iml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/kotlin/glm_/glm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ val GLM_VERSION_MAJOR = 0
164164
val GLM_VERSION_MINOR = 9
165165
val GLM_VERSION_PATCH = 9
166166
val GLM_VERSION_REVISION = 1
167-
val GLM_VERSION_BUILD = 2
167+
val GLM_VERSION_BUILD = 3
168168
val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION
169169

170170
/*

0 commit comments

Comments
 (0)