summaryrefslogtreecommitdiff
path: root/scite/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-11 15:03:58 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-11 15:03:58 -0400
commitd04ff98bff01c8444c5f4c9543197092bf033dbf (patch)
tree95be479b3c73fff2e06a6492b28655ba17bfaf45 /scite/debian/control
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.tar.gz
stackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.tar.bz2
stackrpms-d04ff98bff01c8444c5f4c9543197092bf033dbf.zip
scite 5.2.4 rc1
Diffstat (limited to 'scite/debian/control')
-rw-r--r--scite/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/scite/debian/control b/scite/debian/control
index 682ad5e..6171004 100644
--- a/scite/debian/control
+++ b/scite/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
libgtk-3-dev,
libglib2.0-dev,
liblua5.4-dev
-Standards-Version: 4.6.0.1
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian/scite
Vcs-Git: https://salsa.debian.org/debian/scite.git
Homepage: https://scintilla.org/SciTE.html
bgstack15