Skip to content

Commit

Permalink
Update to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemason committed Sep 9, 2022
1 parent 87960ce commit 20e676d
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions src/classes/Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
4 changes: 2 additions & 2 deletions src/classes/Platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
2 changes: 1 addition & 1 deletion src/classes/Serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-05-2022
*
Expand Down
4 changes: 2 additions & 2 deletions src/classes/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-05-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
4 changes: 2 additions & 2 deletions src/headers/AppData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-05-2022
* @date 09-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
4 changes: 2 additions & 2 deletions src/headers/Debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-05-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
4 changes: 2 additions & 2 deletions src/headers/Editor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-05-2022
* @date 09-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
4 changes: 2 additions & 2 deletions src/headers/Icons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-05-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
4 changes: 2 additions & 2 deletions src/headers/Input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-05-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
6 changes: 3 additions & 3 deletions src/headers/Platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-05-2022
* @date 09-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down Expand Up @@ -52,7 +52,7 @@ class Platform
static void onKeyPress(char pressed);
static void simulateKeyboardInput(int abbreviationLength, std::string toSend);

std::string version = "1.4";
std::string version = "1.4.1";

inline static SDL_Window* window;
SDL_GLContext context;
Expand Down
4 changes: 2 additions & 2 deletions src/headers/Platform_Windows.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-01-2022
* @date 09-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down
2 changes: 1 addition & 1 deletion src/headers/Serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* abbrv Source Code
* Copyright (C) 2022 Jake Mason
*
* @version 1.4
* @version 1.4.1
* @author Jake Mason
* @date 09-05-2022
*
Expand Down

0 comments on commit 20e676d

Please sign in to comment.