Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassimulator committed Jun 3, 2024
1 parent 5d1cd04 commit f1a2a59
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 @@ -41,8 +41,8 @@

#define _MAX_FPS 250;

#define VERSION_N "2.2.0"
#define VERSION VERSION_N" - 20.05.24"
#define VERSION_N "2.2.1"
#define VERSION VERSION_N" - 03.06.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 f1a2a59

Please sign in to comment.