From e45e6e7f1ed1b307965c7a2ae2a5aba67485cd2d Mon Sep 17 00:00:00 2001 From: SMerrony Date: Fri, 11 Nov 2022 22:13:00 +0100 Subject: [PATCH] Updates for 0.13.0 release --- LICENSE | 2 +- alire.toml | 2 +- changelog | 2 +- src/gui.ads | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 69878df..42371e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Stephen Merrony +Copyright ©2021,2022 Stephen Merrony Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/alire.toml b/alire.toml index f3c63e3..253f102 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "dashera" description = "DASHER Terminal Emulator" -version = "0.12.1" +version = "0.13.0" licenses = "MIT" website = "https://github.com/SMerrony/dashera" diff --git a/changelog b/changelog index bee52e0..c86c70e 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -dashera (0.12.2) stable; urgency=low +dashera (0.13.0) stable; urgency=low [SMerrony] * Fix issue with Edit|Paste not actually pasting into data stream diff --git a/src/gui.ads b/src/gui.ads index a4d04f3..41c0c1a 100644 --- a/src/gui.ads +++ b/src/gui.ads @@ -41,7 +41,7 @@ package GUI is package Handlers is new Gtk.Handlers.Callback (Widget_Type => Gtk.Widget.Gtk_Widget_Record); package SB_Timeout_P is new Glib.Main.Generic_Sources (Gtk.Box.Gtk_Box); - App_SemVer : constant String := "0.12.2"; -- TODO Update Version each release! + App_SemVer : constant String := "0.13.0"; -- TODO Update Version each release! App_Title : constant String := "DasherA"; App_Comment : constant String := "A Data General DASHER terminal emulator"; App_Author : constant String := "Stephen Merrony";