Skip to content

Commit

Permalink
v0.9.9.1 build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Sep 6, 2020
1 parent e393e34 commit e8b9a03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .idea/modules/glm.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/modules/glm.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = 2
val GLM_VERSION_BUILD = 3
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 e8b9a03

Please sign in to comment.