Fix version variable

This commit is contained in:
Nicolas Fella
2021-10-24 23:03:02 +02:00
parent b6341eebfe
commit 1e0ff63ab8

View File

@@ -2,5 +2,5 @@
// SPDX-License-Identifier: BSD-3-Clause
ext {
projectVersionFull = "@PROJECT_VERSION@"
projectVersionFull = "@NEOCHAT_VERSION@"
}