From b7c102fd7553ea9e396a9f774321563dc50b3220 Mon Sep 17 00:00:00 2001 From: Kevin Sala Date: Mon, 20 Nov 2023 14:03:53 +0100 Subject: [PATCH] Increasing release version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c923f9e..efdf6e2 100755 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Copyright (C) 2022-2023 Barcelona Supercomputing Center (BSC) AC_PREREQ([2.69]) -AC_INIT([tasycl], [1.0.0], [pm-tools@bsc.es]) +AC_INIT([tasycl], [2.0.0], [pm-tools@bsc.es]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src])