We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff69f03 commit d3abea4Copy full SHA for d3abea4
1 file changed
CMakeLists.txt
@@ -3,7 +3,7 @@ project (OSL)
3
# Release version of the library
4
set (OSL_LIBRARY_VERSION_MAJOR 1)
5
set (OSL_LIBRARY_VERSION_MINOR 8)
6
-set (OSL_LIBRARY_VERSION_PATCH 0)
+set (OSL_LIBRARY_VERSION_PATCH 1)
7
set (OSL_LIBRARY_VERSION_RELEASE_TYPE "dev") # "dev", "betaX", "RCY", ""
8
9
# Version of the OSO file format and instruction set
0 commit comments