Bump version.

This commit is contained in:
Dag-Erling Smørgrav 2018-11-15 18:35:51 +01:00
parent 11a5c9c587
commit 0ce844d8a5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([cryb.to], [0.20180513], [des@des.no], [cryb-to], [http://cryb.to/])
AC_INIT([cryb.to], [0.20181115], [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])

View File

@ -30,7 +30,7 @@
#ifndef CRYB_TO_H_INCLUDED
#define CRYB_TO_H_INCLUDED
#define CRYB_TO 20180513
#define CRYB_TO 20181115
#include <cryb/defs.h>