Commit 1efbbfcd authored by Max Kellermann's avatar Max Kellermann

GitVersion: make GIT_VERSION const

parent e0edf0b2
...@@ -19,4 +19,4 @@ ...@@ -19,4 +19,4 @@
#include "GitVersion.hxx" #include "GitVersion.hxx"
char GIT_VERSION[] = "@VCS_TAG@"; const char GIT_VERSION[] = "@VCS_TAG@";
...@@ -20,6 +20,6 @@ ...@@ -20,6 +20,6 @@
#ifndef MPD_GIT_VERSION_HXX #ifndef MPD_GIT_VERSION_HXX
#define MPD_GIT_VERSION_HXX #define MPD_GIT_VERSION_HXX
extern char GIT_VERSION[]; extern const char GIT_VERSION[];
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment