commit 1511053070c222d2a3c92f1f01e40acb2adab4fd
parent fce83360aef0d366aa7a49a9e974140bc3ac5f34
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 2 Apr 2009 01:47:01 +0000
simpler
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
@@ -64,8 +64,6 @@
#endif
#endif
-const static char mhd_package_version[] = PACKAGE_VERSION;
-
/**
* Trace up to and return master daemon. If the supplied daemon
* is a master, then return the daemon itself.
@@ -1509,7 +1507,7 @@ MHD_get_daemon_info (struct MHD_Daemon *daemon,
const char *
MHD_get_version (void)
{
- return mhd_package_version;
+ return PACKAGE_VERSION;
}
#ifndef WINDOWS