소스 검색

secsipid: sync header file with upstream project

Daniel-Constantin Mierla 4 년 전
부모
커밋
bcb3fc59d4
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/modules/secsipid/secsipid.h

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

@@ -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