diff --git a/Makefile b/Makefile index 03dd6eb..1fc2489 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ include config.mk # The name of the executable to be created BIN_NAME := vox-wm MARK = ${BIN_NAME} -VERSION = 3.1.0 +VERSION = 3.1.2 # Extension of source files used in the project SRC_EXT = c # Path to the source directory, relative to the makefile