From 97168f05f586a0ff2d3a53e7400ea17b209d6f33 Mon Sep 17 00:00:00 2001 From: CismonX Date: Tue, 26 Jan 2021 15:32:41 +0800 Subject: [PATCH] Bump version to 0.1.2 --- configure.ac | 2 +- src/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d683b31..fefd292 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl this notice are preserved. This file is offered as-is, without any warranty. dnl AC_PREREQ([2.69]) -AC_INIT([u6a], [0.01], [bug-report@cismon.net]) +AC_INIT([u6a], [0.1.2], [bug-report@cismon.net]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/u6a.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/common.h b/src/common.h index c65d35d..f02eca7 100644 --- a/src/common.h +++ b/src/common.h @@ -49,6 +49,6 @@ #define U6A_MAGIC 0xDC /* Latin 'U' with diaeresis */ #define U6A_VER_MAJOR 0x00 #define U6A_VER_MINOR 0x01 -#define U6A_VER_PATCH 0x01 +#define U6A_VER_PATCH 0x02 #endif