changed version format in changelog file
[wifi-assistant] / package / Makefile
index e350ed8..05c7835 100644 (file)
@@ -4,7 +4,7 @@
 # Based on Hermes' Makefile, written by Andrew Flegg.
 #
 
-DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
+DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: 1://p')
 
 compile:
        sed -i -e 's/VERSION = .*/VERSION = "${DEBVERS}"/' src/wifi_assistant/gui/about_dialog.py