Skip to content

Commit 7f99cc8

Browse files
committed
Preparing for v1.0.6 release.
1 parent 49c9cd3 commit 7f99cc8

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
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(unicorn VERSION 1.0.5 LANGUAGES C)
2+
project(unicorn VERSION 1.0.6 LANGUAGES C)
33

44
include(CheckIncludeFile)
55

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([unicorn], [1.0.5])
1+
AC_INIT([unicorn], [1.0.6])
22
AM_INIT_AUTOMAKE([foreign])
33
AC_PROG_CC
44
AC_PROG_CPP

0 commit comments

Comments
 (0)