Merge pull request #185 from keerthanakalyan/topic/keerthanak/update-release-v3.0.0-beta

Update release version to 3.0.0-beta
This commit is contained in:
Keerthana K 2020-10-27 10:44:06 +05:30 committed by GitHub
commit 8ffc9df312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,8 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)
project(tdnf VERSION 2.1.2 LANGUAGES C)
project(tdnf VERSION 3.0.0 LANGUAGES C)
set(VERSION ${PROJECT_VERSION}-beta)
set(PROJECT_YEAR 2019)
# Ensure correct directory paths are used for installation

View File

@ -26,7 +26,7 @@ EchoErr()
ShowVersion()
{
echo "tdnf-automatic - version: @PROJECT_VERSION@"
echo "tdnf-automatic - version: @VERSION@"
}
ShowHelp()

View File

@ -1,7 +1,7 @@
#pragma once
#define PACKAGE_NAME "@PROJECT_NAME@"
#define PACKAGE_VERSION "@PROJECT_VERSION@"
#define PACKAGE_VERSION "@VERSION@"
/* Platform defines */
#define SYSTEM_LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@"

View File

@ -1,6 +1,6 @@
{
"project_name": "@PROJECT_NAME@",
"project_version": "@PROJECT_VERSION@",
"project_version": "@VERSION@",
"repo_path": "@CMAKE_CURRENT_BINARY_DIR@/repo",
"test_path": "@CMAKE_SOURCE_DIR@/pytests",
"build_dir": "@CMAKE_BINARY_DIR@",