Skip to content

Commit

Permalink
Bump to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemason committed Oct 10, 2022
1 parent e36c990 commit e7da500
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 10-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/Serialization.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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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/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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-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.5
* @version 1.6
* @author Jake Mason
* @date 09-12-2022
* @date 10-09-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down Expand Up @@ -58,7 +58,7 @@ class Platform
static void onKeyPress(char pressed);
static void simulateKeyboardInput(int abbreviationLength, std::string toSend);

std::string version = "1.5";
std::string version = "1.6";

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.5
* @version 1.6
* @author Jake Mason
* @date 09-12-2022
* @date 10-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/Serialization.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.5
* @version 1.6
* @author Jake Mason
* @date 09-09-2022
* @date 09-12-2022
*
* abbrv is licensed under the Creative Commons
* Attribution-NonCommercial-ShareAlike 4.0 International License
Expand Down

0 comments on commit e7da500

Please sign in to comment.