Skip to content

Commit 65ec6d7

Browse files
committed
Fix versioning (refs #233)
1 parent 3931c86 commit 65ec6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/cginternals/glbinding/")
4949
set(META_AUTHOR_MAINTAINER "opensource@cginternals.com")
5050
set(META_VERSION_MAJOR "2")
5151
set(META_VERSION_MINOR "1")
52-
set(META_VERSION_PATCH "1")
52+
set(META_VERSION_PATCH "3")
5353
set(META_VERSION_REVISION "${GIT_REV}")
5454
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
5555
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")

0 commit comments

Comments
 (0)