Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
changed fmt (function headers, variable names)
changed function parameters to be more const
  • Loading branch information
SchokiCoder committed Apr 10, 2022
1 parent cd45da1 commit 8f6b4cc
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 172 deletions.
2 changes: 1 addition & 1 deletion src/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ static const char APP_LICENSE_NOTICE[] =
static const char APP_SOURCE[] = "https://github.com/SchokiCoder/smng";
#define APP_MAJOR 1
#define APP_MINOR 2
#define APP_PATCH 1
#define APP_PATCH 2

#endif // APP_H
Loading

0 comments on commit 8f6b4cc

Please sign in to comment.