Skip to content

Commit

Permalink
csecsipid: set SECSIPID_VERSION to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 30, 2023
1 parent 197bf81 commit aec4c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csecsipid/secsipid.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* SECSIPID_VERSION = 0xAABBCC00
* - corresponds to version AA.BB.CC
* - last two hexdigits are left for patch extensions
* - example: 0x1010000 corresponds to version 1.1.0
* - example: 0x1020000 corresponds to version 1.2.0
*/
#define SECSIPID_VERSION 0x1010000
#define SECSIPID_VERSION 0x1020000

#endif

0 comments on commit aec4c61

Please sign in to comment.