From 80b7346e5aa9f354385633daa96d21b215a5d497 Mon Sep 17 00:00:00 2001 From: Bruce <bdallen@nps.edu> Date: Fri, 23 Jul 2021 20:55:45 -0700 Subject: [PATCH] update version --- python/Makefile | 2 +- python/version_file.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Makefile b/python/Makefile index 826be6a..3f74684 100644 --- a/python/Makefile +++ b/python/Makefile @@ -10,7 +10,7 @@ # * change the VERSION. # * want to install trace-generator and run tests -VERSION = Alpha-v0.5.1b +VERSION = Alpha-v0.5.1c ARCHIVED_GENERATED_UI_FILES = \ theme_dialog.py about_mp_dialog.py keyboard_dialog.py \ diff --git a/python/version_file.py b/python/version_file.py index 1e37caa..615146c 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 = "Alpha-v0.5.1b" +VERSION = "Alpha-v0.5.1c" -- GitLab