Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Jun 2, 2020
1 parent 742e60e commit 5ddc2d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 1.10.12 -- ?? 2020 (compared to 1.10.11)
---------------------------------------------------


Release 1.10.11 -- 1 Jun 2020 (compared to 1.10.10)
---------------------------------------------------
* Fixes to support building against LLVM 9 on some distributions. #1171
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.2.2)
cmake_policy (SET CMP0048 NEW) # Allow VERSION specifier in project()
project (OSL
VERSION 1.10.11
VERSION 1.10.12
LANGUAGES CXX C)
set (PROJ_NAME ${PROJECT_NAME}) # short name
string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
Expand Down

0 comments on commit 5ddc2d0

Please sign in to comment.