From 138eaa3e796921aff9053a4cefe8ed4bfec5dd83 Mon Sep 17 00:00:00 2001 From: amid Date: Sat, 20 May 2023 21:24:29 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- VERSION.md | 2 +- source/ubl-settings-video.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 678ad21..8328de1 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ all: init build init: @echo "Initialize ..."; \ - sed -r "s/(version_application).*/\1 = \"$$(grep 'VERSION' ${FILE_VERSION} | cut -d" " -f2)\";/" -i source/ubl-settings-video.h; \ + sed -r "s/^(string version_application = ).*/\1\"$$(grep 'VERSION' ${FILE_VERSION} | cut -d" " -f2)\";/" -i source/${PKGNAME}.h; \ echo "-- Build path: ${CMAKE_BUILD_DIR}" depend: diff --git a/VERSION.md b/VERSION.md index 2923038..ca75749 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -VERSION 2.1 +VERSION 2.2 diff --git a/source/ubl-settings-video.h b/source/ubl-settings-video.h index 19d458f..1935bc9 100644 --- a/source/ubl-settings-video.h +++ b/source/ubl-settings-video.h @@ -92,7 +92,7 @@ char *local; typedef char *string; -string version_application = "2.1"; +string version_application = "2.2"; #define _(String) gettext(String)