diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ SVNROOT ?= svn+e-tobi://e-tobi.net/menuorg ### The version number of this plugin (taken from the main source file): -VERSION = $(shell grep 'static const char VERSION\[\] =' src/version.h | \ +VERSION = $(shell grep 'static const char VERSION\[\] =' src/Version.h | \ awk '{ print $$6 }' | sed -e 's/[";]//g') ### The C++ compiler and options: |
