From 9a0d77535f8d2f36a6fed5ba7ce46826c59b04c0 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 1 Feb 2017 16:50:07 +0100 Subject: [PATCH] Fixing versioning problem with new version 0.6.0 --- VERSION | 2 +- src/ecopcr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8f0916f..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0 diff --git a/src/ecopcr.c b/src/ecopcr.c index 0b533bd..3dee6f8 100644 --- a/src/ecopcr.c +++ b/src/ecopcr.c @@ -6,7 +6,7 @@ #include -#define VERSION "0.2" +#define VERSION "0.6.0" /* ----------------------------------------------- */