Updates: bump Makefile VERSION to 0.4.9

This commit is contained in:
Alex P 2025-10-28 22:32:18 +02:00
parent 65bbcf85ad
commit e7e6d7cb9d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ BUILDDATE ?= $(shell date -u +%FT%T%z)
BUILDTS ?= $(shell date -u +%s) BUILDTS ?= $(shell date -u +%s)
REVISION ?= $(shell git rev-parse HEAD) REVISION ?= $(shell git rev-parse HEAD)
VERSION_DEV := 0.4.9-dev$(shell date +%Y%m%d%H%M) VERSION_DEV := 0.4.9-dev$(shell date +%Y%m%d%H%M)
VERSION := 0.4.8 VERSION := 0.4.9
# Audio library versions # Audio library versions