From 72f72d64a422d6628c4796f5c0bf2e508f134214 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:05:14 +0900 Subject: Adding upstream version 0.5.1 --- version.c.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 version.c.in (limited to 'version.c.in') diff --git a/version.c.in b/version.c.in new file mode 100644 index 0000000..f20e985 --- /dev/null +++ b/version.c.in @@ -0,0 +1,6 @@ +/* $Id: version.c.in,v 1.44 2004/04/28 18:19:25 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.5.1" + +#ifndef FM_H +char *w3m_version = CURRENT_VERSION; +#endif /* not FM_H */ -- cgit v1.2.3 From 6db339b3d7a391f196e7c4b725a4ed0bd00f31cf Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:23:02 +0900 Subject: Adding upstream version 0.5.2 --- version.c.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.c.in') diff --git a/version.c.in b/version.c.in index f20e985..76501b3 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.44 2004/04/28 18:19:25 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.5.1" +/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.2" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3 From 5397d09e585a1938fb64bc9c5cd5daed1959eb90 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:41:45 +0900 Subject: Adding upstream version 0.5.3 --- version.c.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.c.in') diff --git a/version.c.in b/version.c.in index 76501b3..27dab36 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */ -#define CURRENT_VERSION "w3m/0.5.2" +/* $Id: version.c.in,v 1.48 2011/01/15 07:52:48 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.3" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3 From dbd52ac2ca59d404bdcc29c5c90bda822f2c9334 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Thu, 24 May 2012 23:14:28 +0900 Subject: Merge from upstream on 2012-05-22 --- version.c.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.c.in') diff --git a/version.c.in b/version.c.in index 27dab36..31d30e4 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.48 2011/01/15 07:52:48 inu Exp $ */ -#define CURRENT_VERSION "w3m/0.5.3" +/* $Id: version.c.in,v 1.49 2012/05/22 09:45:56 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.3+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3 From 1d0ba25a660483da1272a31dd077ed94441e3d9f Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 2 Jan 2021 09:20:37 +0900 Subject: New upstream version 0.5.3+git20210102 --- version.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.c.in') diff --git a/version.c.in b/version.c.in index 31d30e4..ab25163 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ /* $Id: version.c.in,v 1.49 2012/05/22 09:45:56 inu Exp $ */ -#define CURRENT_VERSION "w3m/0.5.3+cvs" +#define CURRENT_VERSION "w3m/0.5.3+gitYYYYMMDD" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3