Update version number

This commit is contained in:
akuker 2021-05-02 14:34:42 -05:00
parent 5548548708
commit 01f4b0beb7

View File

@ -13,8 +13,8 @@
#include <string.h>
// The following should be updated for each release
const int rascsi_major_version = 20; // Last two digits of year
const int rascsi_minor_version = 12; // Month
const int rascsi_major_version = 21; // Last two digits of year
const int rascsi_minor_version = 05; // Month
const int rascsi_patch_version = -1; // Patch number - increment for each update
static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"