Skip to content

Commit

Permalink
secsipid: sync header file with upstream project
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 11, 2021
1 parent c1a3443 commit bcb3fc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modules/secsipid/secsipid.h
Expand Up @@ -5,4 +5,12 @@

#include "libsecsipid.h"

/**
* 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
*/
#define SECSIPID_VERSION 0x1010000

#endif

0 comments on commit bcb3fc5

Please sign in to comment.