Skip to content

Commit b22030d

Browse files
committed
bump, release v0.4.3
1 parent 3cf80bb commit b22030d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+59
-59
lines changed

build-aux/yuck-scmver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** yuck-scmver.c -- snarf versions off project cwds
22
*
3-
* Copyright (C) 2013-2016 Sebastian Freundt
3+
* Copyright (C) 2013-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

build-aux/yuck-scmver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** yuck-version.h -- snarf versions off project cwds
22
*
3-
* Copyright (C) 2013-2016 Sebastian Freundt
3+
* Copyright (C) 2013-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

build-aux/yuck.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** yuck.c -- generate umbrella commands
22
*
3-
* Copyright (C) 2013-2016 Sebastian Freundt
3+
* Copyright (C) 2013-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Autoconf startup.
33
dnl -------------------------------------------------------------------------
44

55
AC_PREREQ([2.63])
6-
AC_INIT([dateutils], [0.4.3.GIT], [https://github.com/hroptatyr/dateutils/issues])
6+
AC_INIT([dateutils], [0.4.3], [https://github.com/hroptatyr/dateutils/issues])
77
AC_CONFIG_AUX_DIR([build-aux])
88
AC_CONFIG_HEADER([src/config.h])
99
AC_CONFIG_MACRO_DIR([m4])
@@ -15,7 +15,7 @@ dnl -------------------------------------------------------------------------
1515

1616
AC_COPYRIGHT([dnl
1717
#### Configuration script for dateutils and friends.
18-
#### Copyright (C) 2011-2016 Sebastian Freundt
18+
#### Copyright (C) 2011-2018 Sebastian Freundt
1919
2020
### Don't edit this script!
2121
### This script was automatically generated by the `autoconf' program

contrib/tzconv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** tzconv.c -- convert matlab dates between timezones
22
*
3-
* Copyright (C) 2013-2016 Sebastian Freundt
3+
* Copyright (C) 2013-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

lib/bizda.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** bizda.c -- guts for bizda dates
22
*
3-
* Copyright (C) 2010-2016 Sebastian Freundt
3+
* Copyright (C) 2010-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

lib/boops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** boops.h -- byte-order operations
22
*
3-
* Copyright (C) 2012-2016 Sebastian Freundt
3+
* Copyright (C) 2012-2018 Sebastian Freundt
44
* Copyright (C) 2012 Ruediger Meier
55
*
66
* Author: Sebastian Freundt <freundt@ga-group.nl>

lib/daisy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** daisy.c -- guts for daisy dates
22
*
3-
* Copyright (C) 2010-2016 Sebastian Freundt
3+
* Copyright (C) 2010-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

lib/date-core-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** date-core-private.h -- our universe of dates, private bits
22
*
3-
* Copyright (C) 2011-2016 Sebastian Freundt
3+
* Copyright (C) 2011-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

lib/date-core-strpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*** date-core-strpf.c -- parser and formatter funs for date-core
22
*
3-
* Copyright (C) 2011-2016 Sebastian Freundt
3+
* Copyright (C) 2011-2018 Sebastian Freundt
44
*
55
* Author: Sebastian Freundt <freundt@ga-group.nl>
66
*

0 commit comments

Comments
 (0)