mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 13:15:45 +00:00
Bump version.
This commit is contained in:
parent
323197908d
commit
20b8f7528b
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.63])
|
||||
AC_INIT([cryb.to], [0.20180506], [des@des.no], [cryb-to], [http://cryb.to/])
|
||||
AC_INIT([cryb.to], [0.20180513], [des@des.no], [cryb-to], [http://cryb.to/])
|
||||
AC_CONFIG_SRCDIR([include/cryb/core.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef CRYB_TO_H_INCLUDED
|
||||
#define CRYB_TO_H_INCLUDED
|
||||
|
||||
#define CRYB_TO 20180506
|
||||
#define CRYB_TO 20180513
|
||||
|
||||
#include <cryb/defs.h>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ dnl OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|||
dnl SUCH DAMAGE.
|
||||
dnl
|
||||
|
||||
m4_define([CRYB_MACROS_VERSION], [0.20180506])
|
||||
m4_define([CRYB_MACROS_VERSION], [0.20180513])
|
||||
|
||||
dnl
|
||||
dnl CRYB_INIT
|
||||
|
|
Loading…
Reference in a new issue