Add version display

This commit is contained in:
Yorick Barbanneau 2021-09-14 00:06:40 +02:00
parent e47e1e4f7a
commit 677f7f5be0
2 changed files with 17 additions and 7 deletions

View file

@ -0,0 +1,6 @@
#ifndef UTICTACTOE_H
#define UTICTACTOE_H
#define VERSION 1
#define SUBVERSION 0
#define REVISION 0
#endif /* UTICTACTOE_H */