summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-09-25 17:00:54 +0200
committerYorhel <git@yorhel.nl>2011-09-25 17:00:54 +0200
commit01d939f7befe4eb7d4ec4d7be1396530b1b56160 (patch)
tree780494704ac9718339442de4b82124fe20b4a9d9
parentdf39d8bb27aafb52e63a24670b307753c3cef454 (diff)
Version bump + ChangeLog update for 1.21.2
-rw-r--r--ChangeLog3
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8be75a8..cdb282f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.2 - 2011-09-25
+ - Fixed incorrect handling of outgoing NMDC connections
+
1.1 - 2011-09-25
- Select item in file browser when opened from a search result
- Added active_bind setting
diff --git a/README b/README
index 229994c..f2419c3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.1g
+ncdc 1.2g
========
DESCRIPTION
diff --git a/configure.in b/configure.in
index 145299d..c828465 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.1g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.2g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])