Skip to content

Commit bda14af

Browse files
committed
v1.1.1 -> v1.1.2
1 parent 670a8af commit bda14af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# version.cmake
22
set(EMBEDDER_VERSION_MAJOR 1)
33
set(EMBEDDER_VERSION_MINOR 1)
4-
set(EMBEDDER_VERSION_PATCH 1)
4+
set(EMBEDDER_VERSION_PATCH 2)
55
set(EMBEDDER_VERSION "${EMBEDDER_VERSION_MAJOR}.${EMBEDDER_VERSION_MINOR}.${EMBEDDER_VERSION_PATCH}")

0 commit comments

Comments
 (0)