mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-11 12:42:32 +02:00
8 lines
96 B
Bash
Executable File
8 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat ../../ide/version.inc \
|
|
| tr -d \' | tr -d ' ' | tr -d '\t'
|
|
|
|
# end.
|
|
|