mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 01:38:01 +02:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat "$(dirname $0)/../../ide/packages/ideconfig/version.inc" \
|
|
| tr -d \' | tr -d ' ' | tr -d '\t'
|
|
|
|
# end.
|
|
|