Skip to content

Commit

Permalink
forgot version update
Browse files Browse the repository at this point in the history
  • Loading branch information
testpushpleaseignore committed May 7, 2022
1 parent 91703bd commit e351ce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version_defines.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#define VER_CODE 41
#define VER_STR "0.8e"
#define VER_FILEVERSION 0,8,3,0
#define VER_FILEVERSION_STR "0.8.3.0"
#define VER_STR "0.8f"
#define VER_FILEVERSION 0,8,6,0
#define VER_FILEVERSION_STR "0.8.6.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit e351ce6

Please sign in to comment.