summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7421c4b)
raw | patch | inline | side by side (parent: 7421c4b)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 1 Feb 2007 10:24:39 +0000 (10:24 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 1 Feb 2007 10:24:39 +0000 (10:24 +0000) |
The patch was taken from commit d27080b3754c8d5ac000d5206d8331a738086809
("Crap, forgot to update the VERSION string again.").
("Crap, forgot to update the VERSION string again.").
debian/patches/00list | patch | blob | history | |
debian/patches/v0.5.dpatch | [new file with mode: 0644] | patch | blob |
diff --git a/debian/patches/00list b/debian/patches/00list
index 766d9c099cbb408741f1f7d2d152e2da52d99575..9ebe5db16bea9d4e6df35ed9d5ed1498bb64207f 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
infiniteloop.dpatch
splitview.dpatch
+v0.5.dpatch
diff --git a/debian/patches/v0.5.dpatch b/debian/patches/v0.5.dpatch
--- /dev/null
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## v0.5.dpatch by Jonas Fonseca <fonseca@diku.dk>
+##
+## DP: Update the version string.
+
+@DPATCH@
+
+diff --git a/tig.c b/tig.c
+index f5f536c..aac7c4e 100644
+--- a/tig.c
++++ b/tig.c
+@@ -12,7 +12,7 @@
+ */
+
+ #ifndef VERSION
+-#define VERSION "tig-0.4.git"
++#define VERSION "tig-0.5.git"
+ #endif
+
+ #ifndef DEBUG