Files
gitlabvers/README.md
2026-02-18 13:07:18 +01:00

25 lines
556 B
Markdown

# gitlabvers - Get latest GitLab version number
C++ tool to obtain latest version number(s) of GitLab. It downloads the GitLab
Release notes file, and processes it using regular expressions.
As an alternative, you can also simply install the Perl script `glv.pl`
somewhere, and use that. It has the same functionality as the C++ tool.
## Dependencies
- [libscrequest](https://git.bobpolis.com/bob/libscrequest)
- [libscterm](https://git.bobpolis.com/bob/libscterm)
## Build
`make`
## Install
`sudo make install`
## Documentation
`man gitlabvers`