summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2013-08-04 15:16:20 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2013-08-04 15:16:20 +0200
commitfdf60fe3c0169fa168321deb1a2ccd188ee384f8 (patch)
tree6335d307fb0eeb76d08ac9784b25981d64568e74 /src/version.h
parent893cbd34370357c0d912a05442a300fba11ef1cc (diff)
parent2a637337713c5c92c44249b88e31696ce9efdf9b (diff)
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 0239c2b..24ed8bd 100644
--- a/src/version.h
+++ b/src/version.h
@@ -60,6 +60,6 @@ in this Software without prior written authorization from The Open Group.
#ifndef _VERSION_
#define _VERSION_
-extern char *Version;
+extern const char *Version;
#endif /* _VERSION_ */