From 6425af5627413908c5d4b0fc94f4e05c61b6191b Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 9 Sep 2021 13:55:01 -0700 Subject: [PATCH] topgit: version 0.19.13 Signed-off-by: Kyle J. McKay --- ChangeLog | 1 + tg.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 852e823..6cc88be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ # archive creation to produce a "smudged" ChangeLog file containing the # contents of the annotated/signed tags listed below. +topgit-0.19.13 # Infernally Internal topgit-0.19.12 # Compatibility Conundrum topgit-0.19.11 # Speed Bump topgit-0.19.10 # Pedantically POSIX diff --git a/tg.sh b/tg.sh index 0be923e..94af2a9 100644 --- a/tg.sh +++ b/tg.sh @@ -1,11 +1,11 @@ #!/bin/sh # TopGit - A different patch queue manager # Copyright (C) 2008 Petr Baudis -# Copyright (C) 2014-2019 Kyle J. McKay +# Copyright (C) 2014-2021 Kyle J. McKay # All rights reserved. # GPLv2 -TG_VERSION="0.19.13-PRE" +TG_VERSION="0.19.13" # Update in Makefile if you add any code that requires a newer version of git GIT_MINIMUM_VERSION="@mingitver@"