Change firmware version to 1.5 (in anticipation of 2.0 release)

This commit is contained in:
Dave 2021-03-04 22:36:46 -06:00
parent e9c38e3c51
commit fb3627e3a2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ elseif(ARCH MATCHES atmega2560)
endif()
project("asdf"
VERSION 2.0
VERSION 1.5
DESCRIPTION "A customizable keyboard matrix controller for retrocomputers"
LANGUAGES C)