Skip to content

Commit 069e46d

Browse files
committed
0.0.6
1 parent 3f4f5ac commit 069e46d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Standard routine
22
cmake_minimum_required(VERSION 3.16)
33
project(example_app
4-
VERSION 0.0.5 # CI_PROJECT_VERSION
4+
VERSION 0.0.6 # CI_PROJECT_VERSION
55
)
66

77
option(BUILD_SHARED_LIBS "Build shared libs" OFF)
88

9-
set(AUI_VERSION 414ee25883f5681cd6f33618b480ea847752c369)
9+
set(AUI_VERSION 59f48ecea103f93c161e96790bf5bc43d8a46940)
1010

1111
# Use AUI.Boot
1212
file(

0 commit comments

Comments
 (0)