Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassimulator committed May 7, 2024
1 parent 2df9191 commit c64c5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

#define _MAX_FPS 250;

#define VERSION_N "2.1.4"
#define VERSION VERSION_N" - 14.04.24"
#define VERSION_N "2.1.5"
#define VERSION VERSION_N" - 07.05.24"

#define handle_signal(signal) for(int _i_ = (signal); _i_; _i_ = 0, (signal = false))
#define send_signal(signal) signal = true
Expand Down

0 comments on commit c64c5d2

Please sign in to comment.