summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-08-02 21:03:33 +0000
committerKarl Berry <karl@freefriends.org>2024-08-02 21:03:33 +0000
commit45a82b477744afd777bfd8301b0a998c3ef1c670 (patch)
tree204c78e004ca86ce5bcc18b3efd543bdac2d9bb2 /Master/texmf-dist/source/support
parentbcd24067914cd3d34dec0b155a02d0c9e9c0d66e (diff)
texplate (2aug24)
git-svn-id: svn://tug.org/texlive/trunk@71952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r--Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt b/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt
index fbb68a819e5..574bc1db7ba 100644
--- a/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt
+++ b/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt
@@ -13,8 +13,7 @@ object MessageUtils {
// the message width
private const val WIDTH = 60
// the application version
- private val VERSION = MessageUtils::class.java.`package`.implementationVersion
- ?: "DEVELOPMENT BUILD"
+ private val VERSION = "1.0.5"
/**
* Prints a line in the terminal, without a line break.