From 21cecc845aaf5e822aafba76eaa3b8f55a3e4a56 Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Thu, 27 May 2021 17:36:02 +0200
Subject: [PATCH] updated version number in usage

---
 src/ROCKparams.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ROCKparams.cpp b/src/ROCKparams.cpp
index 6780f46..37960fc 100755
--- a/src/ROCKparams.cpp
+++ b/src/ROCKparams.cpp
@@ -50,7 +50,7 @@ int ROCKparams::getfilterPEMode() {
 }*/
 
 void usage(int status) {
-cout<<"ROCK v@@@                    Copyright (C) 2016-2021 Institut Pasteur"<<endl;
+cout<<"ROCK 1.9.3                    Copyright (C) 2016-2021 Institut Pasteur"<<endl;
 cout<<endl;
 cout<<"Reducing Over-Covering K-mers within FASTQ file(s)"<<endl;
 cout<<endl;
-- 
GitLab