Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jan 17, 2024
1 parent 7237943 commit e93c471
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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 "Team Dissolve")
set(VERSION_MAJOR "1")
set(VERSION_MINOR "4")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")

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: 1.4.0, Friday 12th January 2024_
_Last Release: 1.4.1, Wednesday 17th January 2024_

_Release Build::_ [![Release Build Status](https://github.com/disorderedmaterials/dissolve/actions/workflows/release.yml/badge.svg)](https://github.com/disorderedmaterials/dissolve/actions/workflows/release.yml)
_Development Build::_ [![Development Build Status](https://github.com/disorderedmaterials/dissolve/actions/workflows/continuous.yml/badge.svg)](https://github.com/disorderedmaterials/dissolve/actions/workflows/continuous.yml)
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 "1.4.0"
#define MyAppVersion "1.4.1"
#define MyAppPublisher "Team Dissolve"
#define MyAppURL "https://www.projectdissolve.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-1.4.0-Win64
OutputBaseFilename=Dissolve-GUI-1.4.1-Win64
SetupIconFile=Dissolve.ico
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
else
(if gui then "dissolve-gui" else "dissolve");
cmake-bool = x: if x then "ON" else "OFF";
version = "1.4.0";
version = "1.4.1";
base_libs = pkgs:
with pkgs; [
antlr4
Expand Down
2 changes: 1 addition & 1 deletion src/main/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <fmt/format.h>
#include <iostream>

#define DISSOLVEVERSION "1.4.0"
#define DISSOLVEVERSION "1.4.1"
#define DISSOLVESHORTHASH ""
#define DISSOLVEREPO "https://github.com/disorderedmaterials/dissolve.git"

Expand Down
4 changes: 2 additions & 2 deletions web/docs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ latexDashes = true
# General Parameters
[params]
copyright = "Team Dissolve and contributors. Built using Hugo/Docsy."
releaseVersion = "1.4.0"
releaseDate = "12th January 2024"
releaseVersion = "1.4.1"
releaseDate = "17th January 2024"
github_repo = "https://github.com/disorderedmaterials/dissolve"
github_subdir = "web"
github_branch = "develop"
Expand Down
4 changes: 2 additions & 2 deletions web/main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ latexDashes = true
# General Parameters
[params]
copyright = "Team Dissolve and contributors. Built using Hugo/Docsy."
releaseVersion = "1.4.0"
releaseDate = "12th January 2024"
releaseVersion = "1.4.1"
releaseDate = "17th January 2024"
devVersion = "1.5.0"
github_repo = "https://github.com/disorderedmaterials/dissolve"
github_subdir = "web"
Expand Down

0 comments on commit e93c471

Please sign in to comment.