diff --git a/CMakeLists.txt b/CMakeLists.txt index 65aeaba..b1c567d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) # Version -set (project_version "0.9.6") +set (project_version "0.9.7") # Try to append commit ID if it follows a version tag. It might be nicer if # we could also detect dirty worktrees but that's very hard to get right. diff --git a/NEWS b/NEWS index 4c11b48..66a23db 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.9.x (201x-xx-xx) "Business as Usual" +0.9.7 (2018-10-21) "Business as Usual" * kike: fix wildcard handling in WHOIS diff --git a/README.adoc b/README.adoc index b8cdaee..5292c52 100644 --- a/README.adoc +++ b/README.adoc @@ -12,7 +12,7 @@ All of them have these potentially interesting properties: - TLS support, including client certificates - lean on dependencies (with the exception of 'degesch') - compact and arguably easy to hack on - - permissive license + - very permissive license degesch ------- @@ -52,6 +52,9 @@ Not supported: be used to implement this feature if needed - limits of almost any kind, just connections and mode `+l` +This program has been https://git.janouch.name/p/haven/src/branch/master/hid[ +ported to Go], and development continues over there. + ZyklonB ------- The IRC bot. It builds upon the concept of my other VitaminA IRC bot. The main diff --git a/kike.c b/kike.c index d0aa6a3..8360076 100644 --- a/kike.c +++ b/kike.c @@ -1,7 +1,7 @@ /* * kike.c: the experimental IRC daemon * - * Copyright (c) 2014 - 2016, Přemysl Janouch + * Copyright (c) 2014 - 2018, Přemysl Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted.