updated version number

This commit is contained in:
2022-01-16 15:47:04 +11:00
parent d15a5cefc8
commit 5e54972f6d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ LIBS = -lm -luiohook
CC = gcc
CFLAGS = -g -Wall
INSTALL_PATH = /usr/local
VERSION = 0.5.1
VERSION = 0.6.0
.PHONY: default all clean