Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
aslze committed Jul 20, 2023
1 parent 2da8e85 commit 2480d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
set(CMAKE_MACOSX_RPATH ON)

set(ASL_VERSION 1.11.8)
set(ASL_VERSION 1.11.9)

if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
Expand Down
2 changes: 1 addition & 1 deletion include/asl/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Main definitions.
*/

#define ASL_VERSION 11108
#define ASL_VERSION 11109

#ifdef _WIN32
#ifndef _CRT_SECURE_NO_DEPRECATE
Expand Down

0 comments on commit 2480d1e

Please sign in to comment.