aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitlbee.h2
-rw-r--r--doc/CHANGES2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index f10e66d2..ba74defe 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -29,7 +29,7 @@
#define _GNU_SOURCE /* Stupid GNU :-P */
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "1.2"
+#define BITLBEE_VERSION "1.2.1"
#define VERSION BITLBEE_VERSION
#define MAX_STRING 511
diff --git a/doc/CHANGES b/doc/CHANGES
index 944d9c04..ac1f1f02 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -29,7 +29,7 @@ Version 1.2.1:
- Fixed GLib <2.6 compatibility issue.
- Misc. memory leak/crash fixes.
-Finished ...
+Finished 24 Jun 2008
Version 1.2:
- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With