From 2f5899a12016a8172303ac1421bd62396375463c Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 19 Apr 2012 18:29:38 +0000 Subject: [PATCH] bump version, updated release date git-svn-id: svn://svn.lighttpd.net/xcache/trunk@898 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- ChangeLog | 2 +- NEWS | 2 +- xcache.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"