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
This commit is contained in:
Kevin Easton 2014-11-14 10:42:09 +00:00
parent a06fe2a883
commit aab85f807a
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
[Changes 1.2c01]
[Changes 1.2.1]
* Prefer <fcntl.h> over <sys/fcntl.h> (reported by ncopa). (caf)

12
README
View File

@ -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

View File

@ -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,