From 445f70369656f80c301a2f0dd1ad17506c5a53a8 Mon Sep 17 00:00:00 2001
From: Alexander Schwinn <al.schwinn@gsi.de>
Date: Fri, 14 Jul 2017 13:54:13 +0200
Subject: [PATCH] Bug 1462 - Replace versions in makefiles with 0.0.0

---
 silecs-cli-client/Makefile        | 2 +-
 silecs-communication-cpp/Makefile | 2 +-
 silecs-diagnostic-cpp/Makefile    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/silecs-cli-client/Makefile b/silecs-cli-client/Makefile
index 5bfd341..621bb4b 100644
--- a/silecs-cli-client/Makefile
+++ b/silecs-cli-client/Makefile
@@ -15,7 +15,7 @@
 
 PROJECT = silecs
 PRODUCT = cli-client
-VERSION = 1.0.2
+VERSION = 0.0.0
 
 SKIP_MANIFEST = TRUE
 #local
diff --git a/silecs-communication-cpp/Makefile b/silecs-communication-cpp/Makefile
index b1037cc..52cd484 100644
--- a/silecs-communication-cpp/Makefile
+++ b/silecs-communication-cpp/Makefile
@@ -15,7 +15,7 @@
 
 PROJECT = silecs
 PRODUCT = communication
-VERSION = 1.0.4
+VERSION = 0.0.0
 
 SKIP_MANIFEST = TRUE
 #local
diff --git a/silecs-diagnostic-cpp/Makefile b/silecs-diagnostic-cpp/Makefile
index a4a2325..396512d 100644
--- a/silecs-diagnostic-cpp/Makefile
+++ b/silecs-diagnostic-cpp/Makefile
@@ -15,7 +15,7 @@
 
 PROJECT = silecs
 PRODUCT = diagnostic
-VERSION = 1.0.2
+VERSION = 0.0.0
 
 SKIP_MANIFEST = TRUE
 #local
-- 
GitLab