From 5476b36e9a1bf5de5f8684171107f045ce5f2fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 7 Mar 2017 00:49:19 +0100 Subject: [PATCH] Switch to using a real version number and bump. --- configure.ac | 2 +- include/cryb/to.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 553becc..3dd4f74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([cryb.to], [devel], [des@des.no], [cryb-to], [http://cryb.to/]) +AC_INIT([cryb.to], [0.20170307], [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]) diff --git a/include/cryb/to.h b/include/cryb/to.h index 88f5323..6068af5 100644 --- a/include/cryb/to.h +++ b/include/cryb/to.h @@ -30,7 +30,7 @@ #ifndef CRYB_TO_H_INCLUDED #define CRYB_TO_H_INCLUDED -#define CRYB_TO 20170219 +#define CRYB_TO 20170307 #include