Bump version to 0.1.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
CismonX 2021-01-26 15:32:41 +08:00
parent 97ed3400c3
commit 97168f05f5
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -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