Bump version for beta.

This commit is contained in:
Andrius Štikonas 2019-01-13 17:57:16 +00:00
parent 559c326be7
commit 8a3d95e5ec
Signed by: andrius
GPG Key ID: E2E5CD054CB9CD3E
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Copyright (C) 2008 by Volker Lanz <vl@fidra.de>
# Copyright (C) 2014-2017 by Andrius Štikonas <andrius@stikonas.eu>
# Copyright (C) 2014-2019 by Andrius Štikonas <andrius@stikonas.eu>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@ -32,7 +32,7 @@ set(BLKID_MIN_VERSION "2.32")
# Qca plugin (botan or ossl)
set(VERSION_MAJOR "3")
set(VERSION_MINOR "50")
set(VERSION_MINOR "80")
set(VERSION_RELEASE "0")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE})
set(SOVERSION "8")