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"