From f4b9b37f4a37446f64db776bf86d538e90523475 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sat, 27 Nov 2010 14:16:46 +0000 Subject: [PATCH] bump version to 1.3.1 git-svn-id: svn://svn.lighttpd.net/xcache/branches/1.3@692 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- COPYING | 2 +- ChangeLog | 5 +++++ NEWS | 5 +++++ xcache.h | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 6ec12a5..d066143 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ -Copyright (c) 2005-2009, mOo, phpxcache@gmail.com, XCache +Copyright (c) 2005-2010, mOo, phpxcache@gmail.com, XCache All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ChangeLog b/ChangeLog index 0f52627..8c66f59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.3.1 2010-11-27 +======== + * 2G/4G limitation on 64bit arch + * xcache_unset matching e.g. prefixed_ values + 1.3.0 2009-08-04 == ChangeLog == * PHP 5.3 support diff --git a/NEWS b/NEWS index 5b2bd3e..222bf3b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +1.3.1 2010-11-27 +======== + * 2G/4G limitation on 64bit arch + * xcache_unset matching e.g. prefixed_ values + 1.3.0 2009-08-04 ======== * PHP 5.3 support diff --git a/xcache.h b/xcache.h index 28e2663..83d2da0 100644 --- a/xcache.h +++ b/xcache.h @@ -1,9 +1,9 @@ #ifndef __XCACHE_H #define __XCACHE_H #define XCACHE_NAME "XCache" -#define XCACHE_VERSION "1.3.0" +#define XCACHE_VERSION "1.3.1" #define XCACHE_AUTHOR "mOo" -#define XCACHE_COPYRIGHT "Copyright (c) 2005-2009" +#define XCACHE_COPYRIGHT "Copyright (c) 2005-2010" #define XCACHE_URL "http://xcache.lighttpd.net" #define XCACHE_WIKI_URL XCACHE_URL "/wiki"