From 0d421751ca2eb1482340f5618a39eeb3f8f2761d Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Thu, 29 Apr 2021 12:20:39 +0200
Subject: [PATCH] new version (1.9.2) of ROCK.

---
 NEWS         | 8 +++++++-
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 3ba9c56..21e9472 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
+New in version 1.9.2
+ * bugfix: when the expected number of distinct kmers was provided by the user with the -n option, it was converted to int instead of unsigned long
+           which led to incorrect values when calculating lamdba.
+ * new formula for computing the approximation of the number of distinct kmers in the CMS.
+ * Updated Usage. 
+
 New in version 1.9.1
- * added option -f to allow thge users to specify what maximum value of collision probability they want in the CMS
+ * added option -f to allow the users to specify what maximum value of collision probability they want in the CMS
 
 New in version 1.9
  * Removed option -p; processing PE as single (formerly -p 0) giving the best assembly results.
diff --git a/configure.ac b/configure.ac
index 80e65a9..7b788e6 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.59)
-AC_INIT(rock, 1.9.1)
+AC_INIT(rock, 1.9.2)
 
 
 AC_CANONICAL_SYSTEM
-- 
GitLab