From 8081323d48d24204ca8e31ae71952a9c3ba06eaf Mon Sep 17 00:00:00 2001 From: Tristan Youngs Date: Fri, 16 Feb 2018 10:18:34 +0000 Subject: [PATCH] Version bump to 2.1.8. --- CMakeLists.txt | 2 +- configure.ac | 2 +- extra/LEAP42.1/aten.spec | 2 +- extra/LEAP42.2/aten.spec | 2 +- extra/OSX/aten.dmginfo | 2 +- extra/OpenSuSE13.2/aten.spec | 2 +- extra/SL7.2/aten.spec | 2 +- extra/Ubuntu14.04/changelog | 2 +- extra/Ubuntu16.04/changelog | 2 +- extra/Win32/aten.iss | 4 ++-- .../usr/share/applications/com.projectaten.Aten.desktop | 2 +- src/main/version.h | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7845035d..47b890ed6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(DESCRIPTION "Aten - Atomic configuration builder and editor") set(AUTHOR "Tristan Youngs") set(VERSION_MAJOR "2") set(VERSION_MINOR "1") -set(VERSION_PATCH "7") +set(VERSION_PATCH "8") set(CMAKE_BUILD_TYPE "Release") cmake_minimum_required(VERSION 2.8.12) diff --git a/configure.ac b/configure.ac index f54b361cd..d48d7f7cf 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) # Set program name, version and source directory -m4_define([ATEN_VERSION],[2.1.7]) +m4_define([ATEN_VERSION],[2.1.8]) AC_INIT([aten], ATEN_VERSION) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_TARGET diff --git a/extra/LEAP42.1/aten.spec b/extra/LEAP42.1/aten.spec index 9735c749a..f2cdc1381 100644 --- a/extra/LEAP42.1/aten.spec +++ b/extra/LEAP42.1/aten.spec @@ -4,7 +4,7 @@ # Name, brief description, and version Summary: Aten - Atomic configuration builder and editor Name: %{shortname} -Version: 2.1.7 +Version: 2.1.8 Release: 1 License: GPL %define fullname %{name}-%{version} diff --git a/extra/LEAP42.2/aten.spec b/extra/LEAP42.2/aten.spec index 9735c749a..f2cdc1381 100644 --- a/extra/LEAP42.2/aten.spec +++ b/extra/LEAP42.2/aten.spec @@ -4,7 +4,7 @@ # Name, brief description, and version Summary: Aten - Atomic configuration builder and editor Name: %{shortname} -Version: 2.1.7 +Version: 2.1.8 Release: 1 License: GPL %define fullname %{name}-%{version} diff --git a/extra/OSX/aten.dmginfo b/extra/OSX/aten.dmginfo index 841c07fcb..4802ca7be 100644 --- a/extra/OSX/aten.dmginfo +++ b/extra/OSX/aten.dmginfo @@ -9,7 +9,7 @@ APP_NAME=Aten # -- APP_VERSION : Should contain the version / revision number of the package (for renaming purposes) -APP_VERSION="2.1.7" +APP_VERSION="2.1.8" # -- APP_BIN : List of binaries (space-separated, with paths) to include in the bundle APP_BIN="bin/Aten.app/Contents/MacOS/Aten" diff --git a/extra/OpenSuSE13.2/aten.spec b/extra/OpenSuSE13.2/aten.spec index 9735c749a..f2cdc1381 100644 --- a/extra/OpenSuSE13.2/aten.spec +++ b/extra/OpenSuSE13.2/aten.spec @@ -4,7 +4,7 @@ # Name, brief description, and version Summary: Aten - Atomic configuration builder and editor Name: %{shortname} -Version: 2.1.7 +Version: 2.1.8 Release: 1 License: GPL %define fullname %{name}-%{version} diff --git a/extra/SL7.2/aten.spec b/extra/SL7.2/aten.spec index f13029c08..d781ef566 100644 --- a/extra/SL7.2/aten.spec +++ b/extra/SL7.2/aten.spec @@ -4,7 +4,7 @@ # Name, brief description, and version Summary: Aten - Atomic configuration builder and editor Name: %{shortname} -Version: 2.1.7 +Version: 2.1.8 Release: 1 License: GPL %define fullname %{name}-%{version} diff --git a/extra/Ubuntu14.04/changelog b/extra/Ubuntu14.04/changelog index f30deeb00..d74152b26 100644 --- a/extra/Ubuntu14.04/changelog +++ b/extra/Ubuntu14.04/changelog @@ -1,4 +1,4 @@ -aten (2.1.7) UNRELEASED; urgency=medium +aten (2.1.8) UNRELEASED; urgency=medium * Changes diff --git a/extra/Ubuntu16.04/changelog b/extra/Ubuntu16.04/changelog index f30deeb00..d74152b26 100644 --- a/extra/Ubuntu16.04/changelog +++ b/extra/Ubuntu16.04/changelog @@ -1,4 +1,4 @@ -aten (2.1.7) UNRELEASED; urgency=medium +aten (2.1.8) UNRELEASED; urgency=medium * Changes diff --git a/extra/Win32/aten.iss b/extra/Win32/aten.iss index 03561a887..2a0042c63 100644 --- a/extra/Win32/aten.iss +++ b/extra/Win32/aten.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Aten" -#define MyAppVersion "2.1.7" +#define MyAppVersion "2.1.8" #define MyAppPublisher "Tristan Youngs" #define MyAppURL "https://www.projectaten.com/" #define MyAppExeName "Aten.exe" @@ -28,7 +28,7 @@ DefaultDirName={pf}\Aten2 DefaultGroupName={#MyAppName} LicenseFile=..\..\COPYING OutputDir=..\..\ -OutputBaseFilename=Aten-2.1.7 +OutputBaseFilename=Aten-2.1.8 SetupIconFile=Aten.ico Compression=lzma SolidCompression=yes diff --git a/extra/appimage/usr/share/applications/com.projectaten.Aten.desktop b/extra/appimage/usr/share/applications/com.projectaten.Aten.desktop index 45de8230b..b759eb784 100644 --- a/extra/appimage/usr/share/applications/com.projectaten.Aten.desktop +++ b/extra/appimage/usr/share/applications/com.projectaten.Aten.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=2.1.7 +Version=2.1.8 Encoding=UTF-8 Comment=Aten - Atomic configuration builder and editor Exec=aten %f diff --git a/src/main/version.h b/src/main/version.h index ee0622417..fe38186bb 100644 --- a/src/main/version.h +++ b/src/main/version.h @@ -22,6 +22,6 @@ #ifndef ATEN_VERSION_H #define ATEN_VERSION_H -#define ATENVERSION "2.1.7" +#define ATENVERSION "2.1.8" #endif