From 52a21b1cc9f1b86e662ce406c587dbbee688c5c7 Mon Sep 17 00:00:00 2001 From: Andrei Astafev Date: Tue, 12 Mar 2024 16:30:05 +0300 Subject: [PATCH] 2.4.29 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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)