From 22b62fa9f013dcb6621cc12b126188a04eee526a Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lif.univ-mrs.fr> Date: Wed, 17 Jan 2018 11:49:12 +0100 Subject: [PATCH] Updating CI config and updating version number to 1.0.1 --- .gitlab-ci.yml | 2 +- src/main.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afa7075..64a8076 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.lif.univ-mrs.fr:5005/dev/mincoverpetri/mincoverpetri +image: registry.gitlab.lis-lab.fr:5005/dev/mincoverpetri/mincoverpetri tests_default: tags: diff --git a/src/main.hpp b/src/main.hpp index 1db829b..77442f3 100644 --- a/src/main.hpp +++ b/src/main.hpp @@ -43,7 +43,7 @@ #include "mincoversetcomputer.hpp" -#define VERSION_NUMBER "1.0.0" ///< Version number of the application +#define VERSION_NUMBER "1.0.1" ///< Version number of the application /** * \brief Set of flags parametrizing the output sent to stdout by the -- GitLab