fixeria submitted this change.
osmo_s1gw.app.src: set 'vsn' to 'semver'
This way the app version is automatically generated using git.
Change-Id: I8a39e632556c75648cef0fb79f47e61043a4149a
---
M src/osmo_s1gw.app.src
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/osmo_s1gw.app.src b/src/osmo_s1gw.app.src
index 363d6d6..743a5d5 100644
--- a/src/osmo_s1gw.app.src
+++ b/src/osmo_s1gw.app.src
@@ -2,7 +2,7 @@
{application, osmo_s1gw, [
{description, "Osmocom S1AP Gateway"},
- {vsn, "1"},
+ {vsn, semver},
{registered, []},
{applications, [
kernel,
To view, visit change 39490. To unsubscribe, or for help writing mail filters, visit settings.