From 4c80a243647408e4f8e38a0cfab7ead5a5c94151 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 19 Dec 2003 17:11:07 +0000 Subject: [project @ 2003-12-19 17:11:07 by bursa] Add netsurf_version string. svn path=/import/netsurf/; revision=435 --- desktop/netsurf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/netsurf.h') diff --git a/desktop/netsurf.h b/desktop/netsurf.h index aa3bf8b54..43af3a141 100644 --- a/desktop/netsurf.h +++ b/desktop/netsurf.h @@ -11,6 +11,7 @@ #include extern bool netsurf_quit; +extern const char * const netsurf_version; #endif -- cgit v1.2.3