diff options
author | midipix <writeonce@midipix.org> | 2019-11-04 00:01:46 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-11-04 00:01:46 +0000 |
commit | 364632daf2e15dd3b941a3f73b7dd874b2840ffd (patch) | |
tree | 4aad2dba9e6f4308fe2e633ce478c472a1d37680 /src/driver/slbt_amain.c | |
parent | 7d7745a7a53318e56705ed36e37238fc7a89ef53 (diff) | |
download | slibtool-364632daf2e15dd3b941a3f73b7dd874b2840ffd.tar.bz2 slibtool-364632daf2e15dd3b941a3f73b7dd874b2840ffd.tar.xz |
project: (semantic) transition to foss21.org.
Its development history notwithstanding, the pronounced goals of
slibtools have always included support of all reasonably modern,
reasonably posix-compliant systems and cross-targets. This commit
thus makes the distinction between 'part of the midipix framework'
and 'created by the framework's lead developer' both clearer and
more visible.
Diffstat (limited to 'src/driver/slbt_amain.c')
-rw-r--r-- | src/driver/slbt_amain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/slbt_amain.c b/src/driver/slbt_amain.c index 65d61de..0c9b6ff 100644 --- a/src/driver/slbt_amain.c +++ b/src/driver/slbt_amain.c @@ -17,7 +17,7 @@ | SLBT_DRIVER_VERBOSITY_USAGE #endif -static const char vermsg[] = "%s%s%s (git://midipix.org/slibtool): " +static const char vermsg[] = "%s%s%s (git://foss21.org/slibtool): " "version %s%d.%d.%d%s.\n" "%s%s%s%s%s\n"; |