Skip to content

Commit

Permalink
patch version stays 0!
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholatian committed Aug 26, 2020
1 parent 388f42b commit 2e22c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uni/ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#define UNI_GETVER_PATCH( _ver ) ( (_ver)&0xFFF )

/* NOTE: patch version should always be set to 0 */
#define UNI_API_VER UNI_MAKEVER( 1, 1, 1 )
#define UNI_API_VER UNI_MAKEVER( 1, 1, 0 )

#endif /* INC_API__UNI_VER_H */

0 comments on commit 2e22c0b

Please sign in to comment.