]> git.donarmstrong.com Git - lilypond.git/blobdiff - version.cc
release: 0.0.3
[lilypond.git] / version.cc
index d305e403c6e20b55182be1f5d592b6b7ace200e9..401273b6b11d1cbca02641a59759aa1ada638f6b 100644 (file)
@@ -2,7 +2,7 @@
 
 static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __TIME__ "\n";
 
-char *
+const char *
 get_version()
 {
    return s;