From 724d00a6e28df4b22f4ee35fd51b9e60dc2df24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 2 Oct 2022 16:25:35 +0200 Subject: [PATCH] Bump version. --- configure.ac | 2 +- include/cryb/to.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 92b6345..a5137fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([cryb.to], [0.20220916], [des@des.no], [cryb-to], [http://cryb.to/]) +AC_INIT([cryb.to], [0.20221002], [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 23598fe..d409175 100644 --- a/include/cryb/to.h +++ b/include/cryb/to.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2019 Dag-Erling Smørgrav + * Copyright (c) 2014-2022 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ #ifndef CRYB_TO_H_INCLUDED #define CRYB_TO_H_INCLUDED -#define CRYB_TO 20190326 +#define CRYB_TO 20221002 #include