diff --git a/Makefile b/Makefile index 1b98e3c..13a34b4 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ v: sed -i "s/VERSION \".*\"/VERSION \"$V\"/" $(TOP_DIR)/MyxCMake/MyxCMakeConfigVersion.cmake sed -i "s/VERSION .* LANG/VERSION $V LANG/" $(TOP_DIR)/debian/CMakeLists.txt sed -i "s/(.*)/($(V))/" $(TOP_DIR)/debian/changelog + git commit -a -m "$(V)" deb: rm -rf $(DEB_DIR)