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 069e46d commit 9b9aa2aCopy full SHA for 9b9aa2a
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.6 # CI_PROJECT_VERSION
+ VERSION 0.0.7 # CI_PROJECT_VERSION
5
)
6
7
option(BUILD_SHARED_LIBS "Build shared libs" OFF)
8
9
-set(AUI_VERSION 59f48ecea103f93c161e96790bf5bc43d8a46940)
+set(AUI_VERSION fb9313a3a6cec7999bc42d1db16a31c1280ef6ff)
10
11
# Use AUI.Boot
12
file(
0 commit comments