diff --git a/aehd_ver.h b/aehd_ver.h index 1d5fe1a..b5792a9 100644 --- a/aehd_ver.h +++ b/aehd_ver.h @@ -17,7 +17,7 @@ #define _XSTR(str) _STR(str) #define AEHD_MAJOR_VERSION 2 -#define AEHD_MINOR_VERSION 0 +#define AEHD_MINOR_VERSION 1 #define AEHD_VERSION ((AEHD_MAJOR_VERSION << 16) | AEHD_MINOR_VERSION)