prepare for alpha release

This commit is contained in:
Mark 2005-02-22 00:04:16 +00:00
parent 1748508f2c
commit cd86708d43
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Open Proxy Scanning Bot Module for NeoStats Changelog.
==============================================================================
3.0prealpha1 - Mark (M)
3.0.a1 - Mark (M)
- Update module to use new core module exclusion support. (M)
- Removed splittime setting which is now handled by core. (M)
- Changes for Win32 compatibility. (M)

2
configure vendored
View file

@ -1301,7 +1301,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
PACKAGE=OPSB
MODULE_MAJOR=3
MODULE_MINOR=0
MODULE_REV=a1-dev
MODULE_REV=a1
VERSION=$MODULE_MAJOR.$MODULE_MINOR.$MODULE_REV
cat >>confdefs.h <<_ACEOF
#define MODULE_VERSION "$VERSION"

View file

@ -5,7 +5,7 @@ AC_CONFIG_HEADER(modconfig.h)
PACKAGE=OPSB
MODULE_MAJOR=3
MODULE_MINOR=0
MODULE_REV=a1-dev
MODULE_REV=a1
VERSION=$MODULE_MAJOR.$MODULE_MINOR.$MODULE_REV
AC_DEFINE_UNQUOTED(MODULE_VERSION, "$VERSION")
AC_DEFINE_UNQUOTED(MODULE_MAJOR, "$MODULE_MAJOR")