Bump version.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-22 21:54:37 +01:00
parent a176c38f8f
commit 95ba4d39da
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([cryb.to], [0.20170307], [des@des.no], [cryb-to], [http://cryb.to/]) AC_INIT([cryb.to], [0.20170322], [des@des.no], [cryb-to], [http://cryb.to/])
AC_CONFIG_SRCDIR([include/cryb/core.h]) AC_CONFIG_SRCDIR([include/cryb/core.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])

View file

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