From 6d63995bea610e2c771aae6e94976f39942ca474 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Wed, 6 Apr 2016 01:02:38 +0300 Subject: [PATCH] [core] version is going to be 0.4.3; --- configure.ac | 2 +- include/sxmp/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b04398d..be257b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(libsxmp, 0.4.2) +AC_INIT(libsxmp, 0.4.3) AC_CONFIG_HEADERS([config.h]) diff --git a/include/sxmp/version.h b/include/sxmp/version.h index ad0c53c..3e066ad 100644 --- a/include/sxmp/version.h +++ b/include/sxmp/version.h @@ -6,7 +6,7 @@ * - performance optimization * * (c) Askele Group 2013-2015 - * (c) Alexander Vdolainen 2013-2015 + * (c) Alexander Vdolainen 2013-2015, 2016 * * libsxmp is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -28,7 +28,7 @@ #define SXMP_BRANCH 0 #define SXMP_MAJOR 4 -#define SXMP_MINOR 2 +#define SXMP_MINOR 3 #define V2_1_TPROT "v2_1"