Skip to content

Commit ca0d561

Browse files
committed
topgit: version 0.19.12
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
1 parent 46566d7 commit ca0d561

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# creation to produce a "smudged" ChangeLog file containing the contents of the
55
# annotated/signed tags listed below.
66

7+
topgit-0.19.12 # Compatibility Conundrum
78
topgit-0.19.11 # Speed Bump
89
topgit-0.19.10 # Pedantically POSIX
910
topgit-0.19.9 # Regression Relief

tg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/sh
22
# TopGit - A different patch queue manager
33
# Copyright (C) 2008 Petr Baudis <pasky@suse.cz>
4-
# Copyright (C) 2014-2018 Kyle J. McKay <mackyle@gmail.com>
4+
# Copyright (C) 2014-2019 Kyle J. McKay <mackyle@gmail.com>
55
# All rights reserved.
66
# GPLv2
77

8-
TG_VERSION="0.19.12-PRE"
8+
TG_VERSION="0.19.12"
99

1010
# Update in Makefile if you add any code that requires a newer version of git
1111
GIT_MINIMUM_VERSION="@mingitver@"

0 commit comments

Comments
 (0)