Skip to content

Commit c25cdd4

Browse files
committed
Bump version and designate beta
Signed-off-by: Larry Gritz <[email protected]>
1 parent 01284d3 commit c25cdd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
44

55
cmake_minimum_required (VERSION 3.12)
6-
project (OSL VERSION 1.12.5.0
6+
project (OSL VERSION 1.12.6.0
77
LANGUAGES CXX C
88
HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage")
99
set (PROJ_NAME ${PROJECT_NAME}) # short name
1010
string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
1111
string (TOUPPER ${PROJ_NAME} PROJ_NAME_UPPER) # short name upper case
12-
set (PROJECT_VERSION_RELEASE_TYPE "alpha1" CACHE STRING
12+
set (PROJECT_VERSION_RELEASE_TYPE "beta" CACHE STRING
1313
"Build type, for example: dev, beta2, RC1 (empty string for normal release)")
1414
set (${PROJECT_NAME}_VERSION_RELEASE_TYPE ${PROJECT_VERSION_RELEASE_TYPE})
1515
set (PROJECT_AUTHORS "Contributors to the Open Shading Language project")

0 commit comments

Comments
 (0)