Bump version.

This commit is contained in:
Dag-Erling Smørgrav 2022-10-02 16:25:35 +02:00
parent 48f7ef327d
commit 724d00a6e2
2 changed files with 3 additions and 3 deletions

View File

@ -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])

View File

@ -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 <cryb/defs.h>