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 49c9cd3 commit 7f99cc8Copy full SHA for 7f99cc8
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.22)
2
-project(unicorn VERSION 1.0.5 LANGUAGES C)
+project(unicorn VERSION 1.0.6 LANGUAGES C)
3
4
include(CheckIncludeFile)
5
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([unicorn], [1.0.5])
+AC_INIT([unicorn], [1.0.6])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_CPP
0 commit comments