Skip to content

Commit f3dc829

Browse files
committed
Changed the version to 0.6.5, as this is mostly a reduction in warning messages
1 parent c3b6c21 commit f3dc829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/common/ojph_defs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ typedef int64_t si64;
5757

5858
/////////////////////////////////////////////////////////////////////////////
5959
#define OJPH_CORE_VER_MAJOR 0
60-
#define OJPH_CORE_VER_MINOR 7
61-
#define OJPH_CORE_VER_SUBMINOR 0
60+
#define OJPH_CORE_VER_MINOR 6
61+
#define OJPH_CORE_VER_SUBMINOR 5
6262

6363
/////////////////////////////////////////////////////////////////////////////
6464
#define OJPH_INT_STRINGIFY(I) #I

0 commit comments

Comments
 (0)