diff --git a/ChangeLog b/ChangeLog index e9e7910..5ce4219 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ [ Automatically generated from git log ] +2016-12-11 Kim Holviala + + * Small fix for git2changelog so that it keeps \ and / in comments + * Fixed systemd-based installation for openSUSE and RedHat + 2016-11-14 Kim Holviala + * Re-released version 2.1 \m/ * Ignore exit errors in systemd configuration 2016-11-13 Kim Holviala diff --git a/Makefile b/Makefile index 37edd06..45d3467 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ NAME = gophernicus PACKAGE = $(NAME) BINARY = in.$(NAME) -VERSION = 2.2-beta +VERSION = 2.2 CODENAME = for Workgroups SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c diff --git a/debian/changelog b/debian/changelog index 59b1a75..85ab62e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gophernicus (2.2) unstable; urgency=low + + * New upstream release + + -- Kim Holviala Sun, 11 Dec 2016 11:02:34 +0200 + gophernicus (2.1) unstable; urgency=low * New upstream release