From cc68618ae4e5f869aa454ef4811680bd83da403a Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sat, 11 Nov 2006 03:32:57 +0000 Subject: [PATCH] 1.1: bump version to 1.1.0 git-svn-id: svn://svn.lighttpd.net/xcache/branches/1.1@276 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- NEWS | 2 +- xcache.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eccf82f..fbb94d3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1 2006-10-11 +1.1.0 2006-11-11 ======== cacher: * fix xcache_get issue on ttl 0 data diff --git a/xcache.h b/xcache.h index 2a75669..5b1d647 100644 --- a/xcache.h +++ b/xcache.h @@ -1,7 +1,7 @@ #ifndef __XCACHE_H #define __XCACHE_H #define XCACHE_NAME "XCache" -#define XCACHE_VERSION "1.1-rc2" +#define XCACHE_VERSION "1.1.0" #define XCACHE_AUTHOR "mOo" #define XCACHE_COPYRIGHT "Copyright (c) 2005-2006" #define XCACHE_URL "http://xcache.lighttpd.net"