logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

version.awk (200B)


  1. {
  2. version = $0
  3. }
  4. END {
  5. printf("#define VERSION \"%s\"\n", version)
  6. print("#define BUILDDATE \"UNKNOWN\"")
  7. print("#define MPVCOPYRIGHT \"Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects\"")
  8. }