diff options
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index a49dbe340..4ae9bccdc 100644 --- a/Makefile.config +++ b/Makefile.config @@ -8,7 +8,7 @@ HB_BUILD = $(shell date "+%Y%m%d")00 SNAP_HB_BUILD = $(shell date "+%Y%m%d")01 # For snapshots add the svn revision number to the HB_VERSION -SNAP_HB_VERSION = $(HB_VERSION)svn$(shell svnversion) +SNAP_HB_VERSION = svn$(shell svnversion) # The working path is needed for editing the MacGui .plist FULL_PATH = $(shell pwd) |