diff --git a/src/core/RVersion.h b/src/core/RVersion.h index c8c09272e5..4c7befe59a 100644 --- a/src/core/RVersion.h +++ b/src/core/RVersion.h @@ -25,11 +25,11 @@ * x.x.x for releases * x.x.x.x for snapshots only */ -#define R_QCAD_VERSION_STRING "3.28.2.1" +#define R_QCAD_VERSION_STRING "3.28.2.2" #define R_QCAD_VERSION_MAJOR 3 #define R_QCAD_VERSION_MINOR 28 #define R_QCAD_VERSION_REV 2 -#define R_QCAD_VERSION_BUILD 1 +#define R_QCAD_VERSION_BUILD 2 #endif