From b1efb4a306d5d51ead718549627666f659888e31 Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Fri, 29 Nov 2024 15:52:14 -0800 Subject: [PATCH] Bump to devel version --- Makefile | 2 +- include/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bcb8f72..e45d9a2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # SCL; 2012-2015. -RELEASE=1 +RELEASE=0 COVERAGE=0 CORE_PROGRAMS = gr1c gr1c-rg diff --git a/include/common.h b/include/common.h index ecc2474..357b251 100644 --- a/include/common.h +++ b/include/common.h @@ -15,7 +15,7 @@ #ifndef GR1C_DEVEL #define GR1C_DEVEL "" #endif -#define GR1C_VERSION "0.13.3" GR1C_DEVEL +#define GR1C_VERSION "0.13.4" GR1C_DEVEL #define GR1C_COPYRIGHT "Copyright (c) 2012-2024 by California Institute of Technology and contributors,\n" \ "This is free, open source software, released under a BSD license\n" \ "and without warranty."