summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Lees <simon@simotek.net>2024-02-06 01:48:25 +0000
committerSimon Lees <simon@simotek.net>2024-02-06 01:48:25 +0000
commit7750f64db359aaa87814fcdcfe2935cdb6370af5 (patch)
tree058f6b877e900209dd0528084129817e32cf632c
parent0aa4e6a8dd1b0e01ecd79a43af04e32124a03531 (diff)
Set correct version in xdg-utils-common.in (1.2.1)
-rw-r--r--scripts/xdg-utils-common.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
index bba3d8a..e1e9273 100644
--- a/scripts/xdg-utils-common.in
+++ b/scripts/xdg-utils-common.in
@@ -1,4 +1,3 @@
-
#----------------------------------------------------------------------------
# Common utility functions included in all XDG wrapper scripts
#----------------------------------------------------------------------------
@@ -249,7 +248,7 @@ check_common_commands()
;;
--version)
- echo "@NAME@ 1.2.0-beta1"
+ echo "@NAME@ 1.2.1"
exit_success
;;