Skip to content

Commit cf46a8d

Browse files
committed
Mark engine version 1.1.
1 parent 8ef419f commit cf46a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ enable_language(CXX)
1616
# Set version number (change as needed). These definitions are available
1717
# by including "projectmeta.hpp" in the source.
1818
# See projectmeta.hpp.in for some more details.
19-
set(PROJECT_VERSION_MAJOR 0)
20-
set(PROJECT_VERSION_MINOR 2)
19+
set(PROJECT_VERSION_MAJOR 1)
20+
set(PROJECT_VERSION_MINOR 1)
2121

2222

2323
# Include stuff. No change needed.

0 commit comments

Comments
 (0)