diff --git a/Makefile b/Makefile index e838cd1..2dce218 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # 6. Set VESION_DEVEL to 1, commit to main. VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_PATCH = 1 +VERSION_PATCH = 2 VERSION_DEVEL = 1 VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)