Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cmp_compressonatorlib/compressonator.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
#define COMPRESSONATOR_H

#define AMD_COMPRESS_VERSION_MAJOR 4 // The major version number of this release.
#define AMD_COMPRESS_VERSION_MINOR 3 // The minor version number of this release.
#define AMD_COMPRESS_VERSION_MINOR 5 // The minor version number of this release.
#define AMD_COMPRESS_VERSION_PATCH 52 // The patch version number of this release.

#include <stdint.h>
#include <vector>
Expand Down