blob: de35749df6bb9470608aa19b4f7d85b920155286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/xgettext.sh 2020-04-06 11:43:29.000000000 +0100
+++ b/src/xgettext.sh 2020-04-06 11:43:29.000000000 +0100
@@ -16,7 +16,7 @@
}
show_version() {
- printf "%s\n", "xgettext (GNU gettext-tools compatible) 99.9999.9999\n"
+ printf "%s\n\n" "xgettext (GNU gettext-tools) 0.19.8.1"
exit 0
}
|