From 31d8724fc88871aa0a6216a50253ea267f867d51 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Mon, 18 Nov 2024 21:43:15 -0700 Subject: [PATCH] Bumping version --- epiworld.hpp | 2 +- include/epiworld/epiworld.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/epiworld.hpp b/epiworld.hpp index 01073f31..2c1d3620 100644 --- a/epiworld.hpp +++ b/epiworld.hpp @@ -19,7 +19,7 @@ /* Versioning */ #define EPIWORLD_VERSION_MAJOR 0 #define EPIWORLD_VERSION_MINOR 4 -#define EPIWORLD_VERSION_PATCH 3 +#define EPIWORLD_VERSION_PATCH 4 static const int epiworld_version_major = EPIWORLD_VERSION_MAJOR; static const int epiworld_version_minor = EPIWORLD_VERSION_MINOR; diff --git a/include/epiworld/epiworld.hpp b/include/epiworld/epiworld.hpp index 6a060f7e..b4c0782d 100644 --- a/include/epiworld/epiworld.hpp +++ b/include/epiworld/epiworld.hpp @@ -19,7 +19,7 @@ /* Versioning */ #define EPIWORLD_VERSION_MAJOR 0 #define EPIWORLD_VERSION_MINOR 4 -#define EPIWORLD_VERSION_PATCH 3 +#define EPIWORLD_VERSION_PATCH 4 static const int epiworld_version_major = EPIWORLD_VERSION_MAJOR; static const int epiworld_version_minor = EPIWORLD_VERSION_MINOR; @@ -88,4 +88,4 @@ namespace epiworld { } -#endif \ No newline at end of file +#endif