mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 06:31:43 +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.
|
|
|