mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 23:44:00 +02:00
8 lines
149 B
Bash
8 lines
149 B
Bash
#!/usr/bin/env bash
|
|
|
|
grep 'lisLazarusVersionString = ' ../../lazarusidestrconsts.pas \
|
|
| sed -e 's/.*[^0-9\.]\([0-9\.]\+\)[^0-9\.].*/\1/'
|
|
|
|
# end.
|
|
|