Program_version SVN_revision are now const char[]

This commit is contained in:
Thomas BERNARD
2018-05-22 17:34:52 +02:00
parent e4fc1f8e62
commit 56a3c9566d
3 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
char Program_version[]="2.5";
const char Program_version[]="2.5";