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 #endif
#ifndef VERSION #ifndef VERSION
const char irc_version[] = "BitchX-1.1-final"; const char irc_version[] = "BitchX-1.2c01-svn";
#else #else
const char irc_version[] = VERSION; const char irc_version[] = VERSION;
#endif #endif
/* /* Format of bitchx_numver: MMmmpp
* major version is 75 * MM = major version (eg 10 = 1.0)
* minor version is 14 * mm = minor version
* 000 is non-alpha/non-patch * pp = patchlevel (00 = development, 01 = release)
* 001 is alpha
* 002 is patch
*/ */
const unsigned long bitchx_numver = 100001; const unsigned long bitchx_numver = 120100;
/* /*
* INTERNAL_VERSION is the number that the special alias $V returns. * INTERNAL_VERSION is the number that the special alias $V returns.