From e4b15be91c868ac8372ee5ffea547c718bee7f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 16 Apr 2009 12:14:00 +0000 Subject: [PATCH] Change name/version separator back to "/" (affects every place where the version is printed) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2475 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 1 + src/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 866eaffa..52582785 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ NEWS * Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi * mod_magnet: Add env["request.remote-ip"] (fixes #1740) * mod_magnet: Add env["request.path-info"] + * Change name/version separator back to "/" (affects every place where the version is printed) - 1.4.22 - 2009-03-07 * Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533) diff --git a/src/version.h b/src/version.h index 1a7306b4..f8eea227 100644 --- a/src/version.h +++ b/src/version.h @@ -7,6 +7,6 @@ #define REPO_VERSION "" #endif -#define PACKAGE_DESC PACKAGE_NAME "-" PACKAGE_VERSION REPO_VERSION +#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION #endif