Version 1.6.0

This commit is contained in:
Matti Lehtimäki
2024-09-26 14:06:44 +03:00
parent 00248f8da3
commit a4a19a374a
3 changed files with 16 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ all: debug release pkgconfig
#
VERSION_MAJOR = 1
VERSION_MINOR = 5
VERSION_RELEASE = 6
VERSION_MINOR = 6
VERSION_RELEASE = 0
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)