mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-21 13:05:45 +00:00
Bump dates and versions.
This commit is contained in:
parent
ba746c0543
commit
a4ace72362
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue