1
0
Fork 0

1.2: bump version to dev

git-svn-id: svn://svn.lighttpd.net/xcache/branches/1.2@340 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2007-01-03 11:12:20 +00:00
parent ad41b0921a
commit 253988674d
2 changed files with 2 additions and 2 deletions

View File

@ -2621,7 +2621,7 @@ static ZEND_MODULE_POST_ZEND_DEACTIVATE_D(xcache)
zend_module_entry xcache_module_entry = {
STANDARD_MODULE_HEADER,
"XCache",
XCACHE_NAME,
xcache_functions,
PHP_MINIT(xcache),
PHP_MSHUTDOWN(xcache),

View File

@ -1,7 +1,7 @@
#ifndef __XCACHE_H
#define __XCACHE_H
#define XCACHE_NAME "XCache"
#define XCACHE_VERSION "1.2.0-rc1"
#define XCACHE_VERSION "1.2.1-dev"
#define XCACHE_AUTHOR "mOo"
#define XCACHE_COPYRIGHT "Copyright (c) 2005-2006"
#define XCACHE_URL "http://xcache.lighttpd.net"