summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-01-04 15:45:29 +0100
committerAndrew Shadura <andrew@shadura.me>2014-01-04 15:45:29 +0100
commit9591eb27385046571b4f2c242e8849fac54c47ae (patch)
tree35fbcc3506b3d25abbaef884d395b2b3fe3ef4a6 /configure.ac
parent0b4c5703c6015de14dcc9ba19c68a51061015ef7 (diff)
Update to 0.9.5
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 885c007..9f1ae01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl configure.ac
dnl m4 preprocessor script for autotools
dnl
-dnl Copyright (c) 2011, 2012, 2013 pkgconf authors (see AUTHORS).
+dnl Copyright (c) 2011, 2012, 2013, 2014 pkgconf authors (see AUTHORS).
dnl
dnl Permission to use, copy, modify, and/or distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@ dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
-AC_INIT([pkgconf], [0.9.2], [http://github.com/pkgconf/pkgconf/issues])
+AC_INIT([pkgconf], [0.9.4], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([pkg.c])
AC_CONFIG_HEADERS([config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup])