Explorar o código

secsipid: sync header file with upstream project

Daniel-Constantin Mierla %!s(int64=4) %!d(string=hai) anos
pai
achega
bcb3fc59d4
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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