Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Feb 1, 2021
1 parent 1c3675c commit bff9679
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ set(DESCRIPTION "Dissolve")
set(AUTHOR "Tristan Youngs")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "7")
set(VERSION_PATCH "1")
set(VERSION_PATCH "2")

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
![Dissolve's Logo](icon/logo.png)

_Last Release: 0.7.1, Monday 18th January 2021_
_Last Release: 0.7.2, Friday 29th January 2021_

_Development Build::_ [![Build Status](https://dev.azure.com/DisorderedMaterials/Dissolve/_apis/build/status/Continuous%20Build?branchName=develop)](https://dev.azure.com/DisorderedMaterials/Dissolve/_build/latest?definitionId=9&branchName=develop)

Expand Down
2 changes: 1 addition & 1 deletion ci/osx/dissolve-mpi.dmginfo
Expand Up @@ -8,7 +8,7 @@
APP_NAME=Dissolve

# -- APP_VERSION : Should contain the version / revision number of the package (for renaming purposes)
APP_VERSION="0.7.1"
APP_VERSION="0.7.2"

# -- APP_BIN : List of binaries (space-separated, with paths) to include in the bundle
APP_BIN="build/bin/dissolve-mpi.app/Contents/MacOS/dissolve-mpi"
Expand Down
2 changes: 1 addition & 1 deletion ci/osx/dissolve.dmginfo
Expand Up @@ -8,7 +8,7 @@
APP_NAME=Dissolve

# -- APP_VERSION : Should contain the version / revision number of the package (for renaming purposes)
APP_VERSION="0.7.1"
APP_VERSION="0.7.2"

# -- APP_BIN : List of binaries (space-separated, with paths) to include in the bundle
APP_BIN="build/bin/dissolve-gui.app/Contents/MacOS/dissolve"
Expand Down
4 changes: 2 additions & 2 deletions ci/windows/dissolve-gui.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Dissolve-GUI"
#define MyAppVersion "0.7.1"
#define MyAppVersion "0.7.2"
#define MyAppPublisher "Tristan Youngs"
#define MyAppURL "https://www.projectaten.com/"
#define MyAppExeName "Dissolve-GUI.exe"
Expand Down Expand Up @@ -31,7 +31,7 @@ DefaultDirName={commonpf}\Dissolve-GUI
DefaultGroupName={#MyAppName}
LicenseFile=..\..\LICENSE.txt
OutputDir=..\..\
OutputBaseFilename=Dissolve-GUI-0.7.1-Win64
OutputBaseFilename=Dissolve-GUI-0.7.2-Win64
SetupIconFile=Dissolve.ico
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion src/main/version.cpp
Expand Up @@ -4,7 +4,7 @@
#include "main/version.h"
#include <fmt/core.h>

#define DISSOLVEVERSION "0.7.1"
#define DISSOLVEVERSION "0.7.2"
#define DISSOLVESHORTHASH ""
#define DISSOLVEREPO "https://github.com/disorderedmaterials/dissolve.git"

Expand Down
4 changes: 2 additions & 2 deletions web/config.toml
Expand Up @@ -50,8 +50,8 @@ latexDashes = true

[params]
copyright = "Copyright (c) 2021 Team Dissolve and contributors. Built using Hugo/Docsy."
releaseVersion = "0.7.1"
releaseDate = "18th January 2021"
releaseVersion = "0.7.2"
releaseDate = "29th January 2021"
devVersion = "0.7.0"
github_repo = "https://github.com/disorderedmaterials/dissolve"
github_subdir = "web"
Expand Down

0 comments on commit bff9679

Please sign in to comment.