Skip to content

Commit

Permalink
update version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ex committed Jan 9, 2024
1 parent 9c5d13a commit cdad713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Legion/Legion.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions Legion/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#define STRINGIZE(s) STRINGIZE2(s)

#define VER_MAJOR 1
#define VER_MINOR 8
#define VER_REVISION 0
#define VER_MINOR 9
#define VER_REVISION 1
#define VER_BUILD 0

#define VER_FILE VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD
Expand Down

0 comments on commit cdad713

Please sign in to comment.