summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-01-27 13:02:53 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-23 09:37:32 +0200
commit4fe3e7289947b7ec3bd23bd70cdc9943d7892764 (patch)
tree89d87d379d429ec33282e9485e04726da3c4f535 /configure.ac
parent4ce8a387b2297cf4934feccaefa3d8580a7082e2 (diff)
downloadgdbm-4fe3e7289947b7ec3bd23bd70cdc9943d7892764.tar.gz
Update copyright years
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f0ca0a..c840a46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2007, 2009, 2011, 2013-2014, 2016-2019 Free Software
+# Copyright (C) 2007, 2009, 2011, 2013-2014, 2016-2020 Free Software
# Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 18)
-m4_define([_GDBM_VERSION_PATCH], 1)
+m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),