From 366363aede9822a4d4f9594240aae1dc16ef9381 Mon Sep 17 00:00:00 2001
From: Birte Kehr <birte.kehr@bihealth.de>
Date: Thu, 25 Aug 2022 20:25:11 +0200
Subject: [PATCH] Updating version information.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 848619b..2349d46 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ CC = $(CXX)
 SEQAN_LIB = ./external/seqan-library-2.2.0/include/
 
 # Date and version number from git
-DATE := on $(shell git log --pretty=format:"%cd" --date=iso | cut -f 1,2 -d " " | head -n 1)
-VERSION := 0.0.7-snake-$(shell git log --pretty=format:"%h" --date=iso | head -n 1)
+DATE := $(shell git log --pretty=format:"%cd" --date=iso | cut -f 1,2 -d " " | head -n 1)
+VERSION := 0.1.0-$(shell git log --pretty=format:"%h" --date=iso | head -n 1)
 CXXFLAGS += -DDATE=\""$(DATE)"\" -DVERSION=\""$(VERSION)"\"
 
 # Compiler flags
-- 
GitLab