correct version date to silence a new version info window

This commit is contained in:
sturm 2007-11-17 18:09:17 +00:00
parent 99f338da64
commit 622c000635
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2007/09/15 21:28:22 merdely Exp $
# $OpenBSD: Makefile,v 1.10 2007/11/17 18:09:17 sturm Exp $
COMMENT= GTK-based time tracker
DISTNAME= gtimer-1.1.6
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity x11
HOMEPAGE= http://www.k5n.us/gtimer.php

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gtimer_h,v 1.1 2007/11/17 18:09:17 sturm Exp $
--- gtimer.h.orig Fri Sep 7 13:55:54 2007
+++ gtimer.h Fri Sep 7 13:56:11 2007
@@ -59,7 +59,7 @@
/* Note: we could use "VERSION" produced from autoconf, but I like
to also have the version date, so I'll just edit this by hand. */
#define GTIMER_VERSION "1.1.6"
-#define GTIMER_VERSION_DATE "09 Mar 2003"
+#define GTIMER_VERSION_DATE "19 Mar 2003"
#define GTIMER_URL "http://www.cknudsen.com/gtimer/"
#define GTIMER_COPYRIGHT "Copyright (C) 2000-2003 Craig Knudsen"