From 4059824fdccc323b302b9aac0c9b5178c77adf7c Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 10 Sep 2006 06:43:55 +0000 Subject: [PATCH] bump version to 1.1-rc1 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@157 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcache.h b/xcache.h index a410a45..51a4775 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-dev" +#define XCACHE_VERSION "1.1-rc1" #define XCACHE_AUTHOR "mOo" #define XCACHE_COPYRIGHT "Copyright (c) 2005-2006" #define XCACHE_URL "http://xcache.lighttpd.net"