Index: config/config.h |
diff --git a/config/config.h b/config/config.h |
index 39a7770170bd55c12223697dddb548e155fb165b..afb1e0ff0da499ef20923751cb2a8b13e5c9de2c 100644 |
--- a/config/config.h |
+++ b/config/config.h |
@@ -2,5 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// This is a stub config.h for libSRTP. It doesn't define anything because |
-// build is configured by libsrtp.gyp. |
+// This is a stub config.h for libSRTP. It doesn't define anything besides |
+// version number strings because the build is configured by libsrtp.gyp. |
+ |
+#define PACKAGE_STRING "libsrtp 1.5.0" |
+#define PACKAGE_VERSION "1.5.0" |