From ba86707ed76180c36b2eca569abe7e9c13fcc645 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 22 Nov 2006 11:44:14 +0000 Subject: [PATCH] bump version to 1.2.0-rc1 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@285 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcache.h b/xcache.h index 6a56a1e..366004e 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.2-dev" +#define XCACHE_VERSION "1.2.0-rc1" #define XCACHE_AUTHOR "mOo" #define XCACHE_COPYRIGHT "Copyright (c) 2005-2006" #define XCACHE_URL "http://xcache.lighttpd.net"