Skip to content

Commit

Permalink
Update Verison
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitelyNotSimon13 committed Apr 26, 2024
1 parent f1b30e4 commit 8304792
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(AUTHORS "Elena Schwarzbach, Max Rodler, Simon Blum, Sonia Sinaci")
# Initialize the project This information is also used to generate files
project(
${PROJECT_NAME}
VERSION 0.2.4
VERSION 0.2.5
DESCRIPTION "A simple tool to convert json to batch."
HOMEPAGE_URL "https://dhbwprojectsit23.github.io/JSON2Bat")

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PROJECT_NAME = JSON2Batch
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.4
PROJECT_NUMBER = 0.2.5

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# JSON2Batch

0.2.4
0.2.5

JSON2Batch was developed during a project during our first and second
semester of university.
Expand Down
2 changes: 1 addition & 1 deletion man/json2batch.troff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.SH NAME
.B JSON2Batch
\- 0.2.4
\- 0.2.5

.SH SYNOPSIS
.B json2batch
Expand Down
2 changes: 1 addition & 1 deletion src/include/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inline constexpr auto LOG_CONFIG = "/home/simon/1_Coding/projectJsonToBat/build/
inline constexpr auto EXECUTABLE_NAME = "json2batch";
inline constexpr auto MAJOR_VERSION = "0";
inline constexpr auto MINOR_VERSION = "2";
inline constexpr auto PATCH_VERSION = "4";
inline constexpr auto PATCH_VERSION = "5";
inline constexpr auto DESCRIPTION = "A simple tool to convert json to batch.";
inline constexpr auto PROJECT_NAME = "JSON2Batch";
inline constexpr auto AUTHORS = "@AUTHORS";
Expand Down

0 comments on commit 8304792

Please sign in to comment.