From 7eac4a00ce4143bc0a278c8de036674358304531 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 30 Apr 2008 13:52:22 +0000 Subject: [PATCH] Roll version number for BitchX 1.2 series. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@25 13b04d17-f746-0410-82c6-800466cd88b0 --- source/irc.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/source/irc.c b/source/irc.c index 3c1dc1d..9a96419 100644 --- a/source/irc.c +++ b/source/irc.c @@ -63,19 +63,17 @@ CVS_REVISION(irc_c) #endif #ifndef VERSION - const char irc_version[] = "BitchX-1.1-final"; + const char irc_version[] = "BitchX-1.2c01-svn"; #else const char irc_version[] = VERSION; #endif -/* - * major version is 75 - * minor version is 14 - * 000 is non-alpha/non-patch - * 001 is alpha - * 002 is patch +/* Format of bitchx_numver: MMmmpp + * MM = major version (eg 10 = 1.0) + * mm = minor version + * pp = patchlevel (00 = development, 01 = release) */ -const unsigned long bitchx_numver = 100001; +const unsigned long bitchx_numver = 120100; /* * INTERNAL_VERSION is the number that the special alias $V returns.