Bump dates and versions.

This commit is contained in:
Dag-Erling Smørgrav 2018-04-26 22:44:49 +02:00
parent ba746c0543
commit a4ace72362
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ sudo: required
env:
global:
- CFLAGS="-Wno-unused-result"
- CRYB_TO=0.20170904
- CRYB_TO=0.20180426
before_install:
- sudo apt-get update -q

View File

@ -1,5 +1,5 @@
Copyright (c) 2012-2017 Dag-Erling Smørgrav
Copyright (c) 2012-2015 The University of Oslo
Copyright (c) 2012-2018 Dag-Erling Smørgrav
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([cryb.otp], [0.20130307], [des@des.no], [cryb-otp], [http://cryb.to/])
AC_INIT([cryb.otp], [0.20180426], [des@des.no], [cryb-otp], [http://cryb.to/])
AC_CONFIG_SRCDIR([include/cryb/otp.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])