mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 22:25:46 +00:00
Bump version.
This commit is contained in:
parent
e3e6a0032c
commit
2e5134e217
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([cryb.to], [0.20170502], [des@des.no], [cryb-to], [http://cryb.to/])
|
AC_INIT([cryb.to], [0.20170904], [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])
|
||||||
|
|
|
@ -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 20170502
|
#define CRYB_TO 20170904
|
||||||
|
|
||||||
#include <cryb/defs.h>
|
#include <cryb/defs.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue