From c9fe09e73cbc80005e815fea27465cf95fd81674 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 8 Jun 2006 07:16:30 +0000 Subject: [PATCH] bump version git-svn-id: svn://svn.lighttpd.net/xcache/trunk@76 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcache.h b/xcache.h index 8028430..26f712f 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.0" +#define XCACHE_VERSION "1.1-dev" #define XCACHE_AUTHOR "mOo" #define XCACHE_COPYRIGHT "Copyright (c) 2005-2006" #define XCACHE_URL "http://xcache.lighttpd.net"