From 4607334ae4c6f7c1c6fc59848504eb15d962918d Mon Sep 17 00:00:00 2001 From: Bruce Allen <bdallen@nps.edu> Date: Wed, 27 Mar 2024 16:10:00 -0700 Subject: [PATCH] update beta version --- python/Makefile | 4 ++-- python/version_file.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Makefile b/python/Makefile index 621225a..5cdbc95 100644 --- a/python/Makefile +++ b/python/Makefile @@ -13,8 +13,8 @@ # * change resources. # * want to install trace-generator and run tests -VERSION = v1.3.0_beta_0 -DIST_VERSION = v1_3_0_beta_0 +VERSION = v1.3.0_beta_1 +DIST_VERSION = v1_3_0_beta_1 MAC_M1_APP = MP-Gryphon_mac_m1_$(DIST_VERSION) MAC_INTEL_APP = MP-Gryphon_mac_intel_$(DIST_VERSION) UBUNTU_X64_APP = MP-Gryphon_ubuntu_20_4_x64_$(DIST_VERSION) diff --git a/python/version_file.py b/python/version_file.py index c6cdfbe..cedfa39 100644 --- a/python/version_file.py +++ b/python/version_file.py @@ -1,2 +1,2 @@ # This file is auto-generated by Makefile. Do not edit this file. -VERSION = "v1.3.0_beta_0" +VERSION = "v1.3.0_beta_1" -- GitLab