libretro / 81-libretro

A port of the EightyOne ZX81 Emulator to libretro
GNU General Public License v3.0
20 stars 30 forks source link

Report git version with library_version #3

Closed GregorR closed 7 years ago

GregorR commented 7 years ago

This patch makes this core report the git version along with its library_version. This is important because otherwise it is impossible to replicate a build without extra knowledge, and things like Netplay that demand versions be the same can't be reliably known to work.

leiradel commented 7 years ago

Where can I hold the actual library version now that it's being used for the git version?

leiradel commented 7 years ago

I see that the git version is being appended to the actual library version.