Skip to content

Commit

Permalink
Version bump to 2.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Oct 19, 2018
1 parent 8cd0981 commit d785e27
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "8")
set(VERSION_PATCH "9")
set(CMAKE_BUILD_TYPE "Release")

cmake_minimum_required(VERSION 2.8.12)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.60)


# Set program name, version and source directory
m4_define([ATEN_VERSION],[2.1.8])
m4_define([ATEN_VERSION],[2.1.9])
AC_INIT([aten], ATEN_VERSION)
AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_TARGET
Expand Down
2 changes: 1 addition & 1 deletion extra/LEAP42.1/aten.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Name, brief description, and version
Summary: Aten - Atomic configuration builder and editor
Name: %{shortname}
Version: 2.1.8
Version: 2.1.9
Release: 1
License: GPL
%define fullname %{name}-%{version}
Expand Down
2 changes: 1 addition & 1 deletion extra/LEAP42.2/aten.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Name, brief description, and version
Summary: Aten - Atomic configuration builder and editor
Name: %{shortname}
Version: 2.1.8
Version: 2.1.9
Release: 1
License: GPL
%define fullname %{name}-%{version}
Expand Down
2 changes: 1 addition & 1 deletion extra/OSX/aten.dmginfo
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
APP_VERSION="2.1.9"

# -- APP_BIN : List of binaries (space-separated, with paths) to include in the bundle
APP_BIN="bin/Aten.app/Contents/MacOS/Aten"
Expand Down
2 changes: 1 addition & 1 deletion extra/OpenSuSE13.2/aten.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Name, brief description, and version
Summary: Aten - Atomic configuration builder and editor
Name: %{shortname}
Version: 2.1.8
Version: 2.1.9
Release: 1
License: GPL
%define fullname %{name}-%{version}
Expand Down
2 changes: 1 addition & 1 deletion extra/SL7.2/aten.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Name, brief description, and version
Summary: Aten - Atomic configuration builder and editor
Name: %{shortname}
Version: 2.1.8
Version: 2.1.9
Release: 1
License: GPL
%define fullname %{name}-%{version}
Expand Down
2 changes: 1 addition & 1 deletion extra/Ubuntu14.04/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aten (2.1.8) UNRELEASED; urgency=medium
aten (2.1.9) UNRELEASED; urgency=medium

* Changes

Expand Down
2 changes: 1 addition & 1 deletion extra/Ubuntu16.04/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aten (2.1.8) UNRELEASED; urgency=medium
aten (2.1.9) UNRELEASED; urgency=medium

* Changes

Expand Down
4 changes: 2 additions & 2 deletions extra/Win32/aten.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Aten"
#define MyAppVersion "2.1.8"
#define MyAppVersion "2.1.9"
#define MyAppPublisher "Tristan Youngs"
#define MyAppURL "https://www.projectaten.com/"
#define MyAppExeName "Aten.exe"
Expand All @@ -28,7 +28,7 @@ DefaultDirName={pf}\Aten2
DefaultGroupName={#MyAppName}
LicenseFile=..\..\COPYING
OutputDir=..\..\
OutputBaseFilename=Aten-2.1.8
OutputBaseFilename=Aten-2.1.9
SetupIconFile=Aten.ico
Compression=lzma
SolidCompression=yes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=2.1.8
Version=2.1.9
Encoding=UTF-8
Comment=Aten - Atomic configuration builder and editor
Exec=aten %f
Expand Down
2 changes: 1 addition & 1 deletion src/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
#ifndef ATEN_VERSION_H
#define ATEN_VERSION_H

#define ATENVERSION "2.1.8"
#define ATENVERSION "2.1.9"

#endif

0 comments on commit d785e27

Please sign in to comment.