From aab85f807a0b25cb34f6a5d79d1fdd2e4845d69b Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Fri, 14 Nov 2014 10:42:09 +0000 Subject: [PATCH] Update version number to 1.2.1 in preparation for release. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@537 13b04d17-f746-0410-82c6-800466cd88b0 --- Changelog | 2 +- README | 12 ++++++------ source/irc.c | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Changelog b/Changelog index 7368ed2..3f47e26 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -[Changes 1.2c01] +[Changes 1.2.1] * Prefer over (reported by ncopa). (caf) diff --git a/README b/README index f0761ea..0c6debf 100644 --- a/README +++ b/README @@ -1,12 +1,12 @@ -BitchX 1.2 README -================= +BitchX 1.2.1 README +=================== BitchX is a free software text-based IRC (Internet Relay Chat) client for UNIX-like systems, originally based on ircII and heavily influenced by -EPIC. This is the release notes for the 1.2 release. +EPIC. This is the release notes for the 1.2.1 release. I'd like to send out a special thanks to all those who've contributed in -a large or small way to the BitchX 1.2 release, whether through bug reports, +a large or small way to the BitchX 1.2.1 release, whether through bug reports, patches, testing, coding, packaging, updating documentation, maintaining IRC channels or websites, promotion or just keeping the faith: @@ -16,13 +16,13 @@ packet, nyet, brabes, nenolod, jdhore, riderplus, DJ, oxy, ncopa. This release has primarily focussed on fixing a lage number of bugs and updating the code to suit a modern environment - the full list of changes is -in the Changelog. Notable changes in the 1.2 release that are particularly +in the Changelog. Notable changes in the 1.2.1 release that are particularly user-visible or of interest to scripters are explained below. Instructions on building and installing the client are in the INSTALL file, and licensing info is found in the COPYRIGHT file. -The BitchX 1.2 release is dedicated to void. We'll miss you, man. +The BitchX 1.2 series is dedicated to void. We'll miss you, man. - caf diff --git a/source/irc.c b/source/irc.c index 8a0c261..5d1d17b 100644 --- a/source/irc.c +++ b/source/irc.c @@ -63,7 +63,7 @@ CVS_REVISION(irc_c) #endif #ifndef VERSION - const char irc_version[] = "BitchX-1.2c01-svn"; + const char irc_version[] = "BitchX-1.2.1"; #else const char irc_version[] = VERSION; #endif @@ -73,7 +73,7 @@ CVS_REVISION(irc_c) * mm = minor version * pp = patchlevel (00 = development, 01 = release) */ -const unsigned long bitchx_numver = 120100; +const unsigned long bitchx_numver = 120101; /* * INTERNAL_VERSION is the number that the special alias $V returns. @@ -82,7 +82,7 @@ const unsigned long bitchx_numver = 120100; * Its format is actually YYYYMMDD, for the _release_ date of the * client.. */ -const char internal_version[] = "20040326"; +const char internal_version[] = "20141114"; int irc_port = IRC_PORT, /* port of ircd */ strip_ansi_in_echo,