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
This commit is contained in:
Kevin Easton
2008-04-30 13:52:22 +00:00
parent 064c9122d0
commit 7eac4a00ce

View File

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