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