diff --git a/Makefile b/Makefile index 9e1b8d7..b1c9d30 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ # Master branch will always be DEVEL. The release process will be to make # the release branch, set VESION_DEVEL to 0, and tag the release. VERSION_MAJOR = 1 -VERSION_MINOR = 2 -VERSION_PATCH = 1 +VERSION_MINOR = 3 +VERSION_PATCH = 0 VERSION_DEVEL = 1 VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)