We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4f5ac commit 069e46dCopy full SHA for 069e46d
1 file changed
CMakeLists.txt
@@ -1,12 +1,12 @@
1
# Standard routine
2
cmake_minimum_required(VERSION 3.16)
3
project(example_app
4
- VERSION 0.0.5 # CI_PROJECT_VERSION
+ VERSION 0.0.6 # CI_PROJECT_VERSION
5
)
6
7
option(BUILD_SHARED_LIBS "Build shared libs" OFF)
8
9
-set(AUI_VERSION 414ee25883f5681cd6f33618b480ea847752c369)
+set(AUI_VERSION 59f48ecea103f93c161e96790bf5bc43d8a46940)
10
11
# Use AUI.Boot
12
file(
0 commit comments