diff --git a/ChangeLog b/ChangeLog index 752e98e..dd3d3cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2.0.0 2012-04-? +2.0.0 2012-04-20 Ini Settings Changes ======== * new: xcache.experimental = Off diff --git a/NEWS b/NEWS index 4250174..0eab50d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.0 2012-04-? +2.0.0 2012-04-20 * support for PHP_5_4 * reduce memory usage by caching 1 for multiple same content files * correct __FILE__ __DIR__ supported for hardlinked files diff --git a/xcache.h b/xcache.h index b946f89..a66632a 100644 --- a/xcache.h +++ b/xcache.h @@ -1,7 +1,7 @@ #ifndef __XCACHE_H #define __XCACHE_H #define XCACHE_NAME "XCache" -#define XCACHE_VERSION "2.0.0-dev" +#define XCACHE_VERSION "2.0.0" #define XCACHE_AUTHOR "mOo" #define XCACHE_COPYRIGHT "Copyright (c) 2005-2012" #define XCACHE_URL "http://xcache.lighttpd.net"