From 0b18a8df294692c754ae4c6b29966ef72dd266b5 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 22 May 2012 23:09:07 +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 8564701b909309e269fa796b7179660a12875d93 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 29 Jul 2013 00:25:19 +0900 Subject: Set CURRENT_VERSION to debian version --- 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..ce79814 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+debian-8+git" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3 From 6525af80e73914b6a9a589e97b5ff25e24403217 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 29 Jul 2013 00:59:28 +0900 Subject: Update version to w3m/0.5.3+debian-9 --- 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 ce79814..485ee89 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+debian-8+git" +#define CURRENT_VERSION "w3m/0.5.3+debian-9" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3 From dda5f9fa16599fb185423219964dcce05b230432 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 30 Jul 2013 18:29:06 +0900 Subject: Update to 0.5.3+debian-9+ --- 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 485ee89..1256607 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+debian-9" +#define CURRENT_VERSION "w3m/0.5.3+debian-9+" #ifndef FM_H char *w3m_version = CURRENT_VERSION; -- cgit v1.2.3