Files
gitlabvers/README.md
2025-07-04 13:26:27 +02:00

22 lines
411 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.
## Dependencies
- [libscrequest](https://git.bobpolis.com/bob/libscrequest)
- [libscterm](https://git.bobpolis.com/bob/libscterm)
## Build
`make`
## Install
`sudo make install`
## Documentation
`man gitlabvers`