Skip to content

Commit 2480d1e

Browse files
committed
Increase version
1 parent 2da8e85 commit 2480d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
99
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
1010
set(CMAKE_MACOSX_RPATH ON)
1111

12-
set(ASL_VERSION 1.11.8)
12+
set(ASL_VERSION 1.11.9)
1313

1414
if(POLICY CMP0077)
1515
cmake_policy(SET CMP0077 NEW)

include/asl/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Main definitions.
1111
*/
1212

13-
#define ASL_VERSION 11108
13+
#define ASL_VERSION 11109
1414

1515
#ifdef _WIN32
1616
#ifndef _CRT_SECURE_NO_DEPRECATE

0 commit comments

Comments
 (0)