mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 08:42:55 +02:00
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
grep 'LazarusVersionStr= ' ../../ide/aboutfrm.pas \
|
|
| sed -e 's/.*[^0-9 \.]\([0-9\.][0-9\.]*\)[^0-9\.].*/\1/'
|
|
|
|
# end.
|
|
|