mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-03 11:05:43 +00:00
Bump version.
This commit is contained in:
parent
111446260f
commit
66eb8315d0
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.63])
|
||||
AC_INIT([cryb.to], [0.20181115], [des@des.no], [cryb-to], [http://cryb.to/])
|
||||
AC_INIT([cryb.to], [0.20190326], [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])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*-
|
||||
* Copyright (c) 2014-2018 Dag-Erling Smørgrav
|
||||
* Copyright (c) 2014-2019 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 20181115
|
||||
#define CRYB_TO 20190326
|
||||
|
||||
#include <cryb/defs.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue