From da2ad332521f357c13fb45bc6ecd4b154e9ec0e8 Mon Sep 17 00:00:00 2001 From: Veronique Legrand <veronique.legrand@pasteur.fr> Date: Mon, 17 Feb 2025 11:55:05 +0100 Subject: [PATCH] finalizing things for version 2.1 --- configure.ac | 2 +- src/ROCKparams.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 647b9c0..0e3f304 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rock],[2.0]) +AC_INIT([rock],[2.1]) AC_CANONICAL_TARGET diff --git a/src/ROCKparams.cpp b/src/ROCKparams.cpp index 79f0ed9..42733b9 100755 --- a/src/ROCKparams.cpp +++ b/src/ROCKparams.cpp @@ -41,7 +41,7 @@ const int ROCKparams::undef_ext; void usage(int status) { cout<<endl; - cout<<"ROCK 2.0 Copyright (C) 2016-2022 Institut Pasteur"<<endl; + cout<<"ROCK 2.1 Copyright (C) 2016-2022 Institut Pasteur"<<endl; cout<<endl; cout<<"Reducing Over-Covering K-mers within FASTQ file(s)"<<endl; cout<<endl; -- GitLab