Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Oct 18, 2021
1 parent 49022c2 commit 568bc3e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(DESCRIPTION "Dissolve")
set(AUTHOR "Tristan Youngs")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "8")
set(VERSION_PATCH "3")
set(VERSION_PATCH "4")

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

_Last Release: 0.8.3, Monday 13th September 2021_
_Last Release: 0.8.4, Monday 18th October 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
4 changes: 2 additions & 2 deletions ci/windows/dissolve-gui.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 "Dissolve-GUI"
#define MyAppVersion "0.8.3"
#define MyAppVersion "0.8.4"
#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.8.3-Win64
OutputBaseFilename=Dissolve-GUI-0.8.4-Win64
SetupIconFile=Dissolve.ico
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion src/main/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "main/version.h"
#include <fmt/core.h>

#define DISSOLVEVERSION "0.8.3"
#define DISSOLVEVERSION "0.8.4"
#define DISSOLVESHORTHASH ""
#define DISSOLVEREPO "https://github.com/disorderedmaterials/dissolve.git"

Expand Down
4 changes: 2 additions & 2 deletions web/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ latexDashes = true
# General Parameters
[params]
copyright = "Copyright (c) 2021 Team Dissolve and contributors. Built using Hugo/Docsy."
releaseVersion = "0.8.3"
releaseDate = "13th September 2021"
releaseVersion = "0.8.4"
releaseDate = "18th October 2021"
devVersion = "0.9.0"
github_repo = "https://github.com/disorderedmaterials/dissolve"
github_subdir = "web"
Expand Down

0 comments on commit 568bc3e

Please sign in to comment.