Skip to content

Commit

Permalink
バージョン 0.04。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Oct 29, 2023
1 parent 905ff3c commit 11d21f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mppcore/rgy_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#ifndef __RGY_VERSION_H__
#define __RGY_VERSION_H__

#define VER_FILEVERSION 0,0,3,0
#define VER_STR_FILEVERSION "0.03"
#define VER_STR_FILEVERSION_TCHAR _T("0.03")
#define VER_FILEVERSION 0,0,4,0
#define VER_STR_FILEVERSION "0.04"
#define VER_STR_FILEVERSION_TCHAR _T("0.04")


#if (defined(_M_ARM64) || defined(__aarch64__) || defined(__arm64__) || defined(__ARM_ARCH))
Expand Down

0 comments on commit 11d21f2

Please sign in to comment.