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
This commit is contained in:
Stefan Bühler 2009-04-16 12:14:00 +00:00
parent c21623456c
commit e4b15be91c
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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)

View File

@ -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