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

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