Browse Source

secsipid: sync header file with upstream project

Daniel-Constantin Mierla 4 năm trước cách đây
mục cha
commit
bcb3fc59d4
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/modules/secsipid/secsipid.h

+ 8 - 0
src/modules/secsipid/secsipid.h

@@ -5,4 +5,12 @@
 
 
 #include "libsecsipid.h"
 #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
 #endif