Skip to content

Commit b4dc72e

Browse files
authored
Version updates: Update rocjpeg_version.h.in (#131)
* Version updates: Update rocjpeg_version.h.in Support old version read * Update rocjpeg_version.h.in
1 parent f8f3f42 commit b4dc72e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/rocjpeg_version.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ THE SOFTWARE.
3434
extern "C" {
3535
#endif /* __cplusplus */
3636

37-
#define ROCJPEG_MAJOR_VERSION @PROJECT_VERSION_MAJOR@
38-
#define ROCJPEG_MINOR_VERSION @PROJECT_VERSION_MINOR@
39-
#define ROCJPEG_MICRO_VERSION @PROJECT_VERSION_PATCH@
37+
#define ROCJPEG_MAJOR_VERSION @PROJECT_VERSION_MAJOR@
38+
#define ROCJPEG_MINOR_VERSION @PROJECT_VERSION_MINOR@
39+
#define ROCJPEG_MICRO_VERSION @PROJECT_VERSION_PATCH@
4040

4141
/**
4242
* ROCJPEG_CHECK_VERSION:

0 commit comments

Comments
 (0)