RVZ: Bump version number to 1.0

This commit is contained in:
JosJuice 2020-06-21 12:38:03 +02:00
parent 224c6e799d
commit 660d81a10b
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ private:
static constexpr u32 WIA_VERSION_WRITE_COMPATIBLE = 0x01000000;
static constexpr u32 WIA_VERSION_READ_COMPATIBLE = 0x00080000;
static constexpr u32 RVZ_VERSION = 0x00030000;
static constexpr u32 RVZ_VERSION = 0x01000000;
static constexpr u32 RVZ_VERSION_WRITE_COMPATIBLE = 0x00030000;
static constexpr u32 RVZ_VERSION_READ_COMPATIBLE = 0x00030000;
};