diff --git a/configure.ac b/configure.ac index b784cc6..3c6147a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # This file is part of PaSystray # -# Copyright (C) 2011-2021 Christoph Gysin +# Copyright (C) 2011-2022 Christoph Gysin # # PaSystray is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -19,7 +19,7 @@ AC_PREREQ([2.68]) -AC_INIT([pasystray], [0.8.0], [christoph.gysin@gmail.com], [pasystray], +AC_INIT([pasystray], [0.8.1], [christoph.gysin@gmail.com], [pasystray], [http://github.com/christophgysin/pasystray]) AC_CONFIG_SRCDIR([src/pasystray.c]) AC_CONFIG_HEADERS([src/config.h])