[core] version is going to be 0.4.3;

v0.5.xx
Alexander Vdolainen 9 years ago
parent 78fea5bd62
commit 6d63995bea

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. 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]) AC_CONFIG_HEADERS([config.h])

@ -6,7 +6,7 @@
* - performance optimization * - performance optimization
* *
* (c) Askele Group 2013-2015 <http://askele.com> * (c) Askele Group 2013-2015 <http://askele.com>
* (c) Alexander Vdolainen 2013-2015 <avdolainen@gmail.com> * (c) Alexander Vdolainen 2013-2015, 2016 <avdolainen@zoho.com>
* *
* libsxmp is free software: you can redistribute it and/or modify it * libsxmp is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published * under the terms of the GNU Lesser General Public License as published
@ -28,7 +28,7 @@
#define SXMP_BRANCH 0 #define SXMP_BRANCH 0
#define SXMP_MAJOR 4 #define SXMP_MAJOR 4
#define SXMP_MINOR 2 #define SXMP_MINOR 3
#define V2_1_TPROT "v2_1" #define V2_1_TPROT "v2_1"

Loading…
Cancel
Save