From a5592fb4d47a3f9ddb9bf48b51931dd637a65482 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Wed, 22 Jul 2020 13:24:21 -0400 Subject: [PATCH] update release instructions for version string in the preferences --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 6a3c8b9b..ff1c5e5a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,6 +11,7 @@ VERSION=1.92 ``` sed -i "s/APP_VERSION =.*/APP_VERSION = '${VERSION}'/" terminatorlib/version.py +sed -i -e "s/@@VERSION@@/${VERSION}/" terminatorlib/preferences.glade ``` ## Generate the changelog