Skip to content

Commit

Permalink
-set the version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamchatka-volcano committed Jun 24, 2023
1 parent 915e42e commit c037ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
project(lunchtoast VERSION 0.3.0 DESCRIPTION "lunchtoast - a command-line tool for functional testing of console applications.")
project(lunchtoast VERSION 0.4.0 DESCRIPTION "lunchtoast - a command-line tool for functional testing of console applications.")

find_package(Boost 1.78 REQUIRED COMPONENTS system filesystem)
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace lunchtoast::hardcoded {
using namespace std::string_view_literals;

inline constexpr auto appVersion = "lunchtoast v0.3.0"sv;
inline constexpr auto appVersion = "lunchtoast v0.4.0"sv;
inline constexpr auto testCaseFilename = "test.toast"sv;
inline constexpr auto configFilename = "lunchtoast.cfg"sv;
inline constexpr auto launchFailureReportFilename = "launch_{}.failure_info"sv;
Expand Down

0 comments on commit c037ff8

Please sign in to comment.