Move version string into Config header.

Makes it easier to update the version number.
This commit is contained in:
eelke 2022-10-02 12:11:43 +02:00
parent e68f17432c
commit f253a6c9ff
3 changed files with 7 additions and 1 deletions

4
pglab/Config.h Normal file
View file

@ -0,0 +1,4 @@
#pragma once
#define PGLAB_VERSION_STRING "0.3"