From ec7b4a9ff6b2f06c95bfd890b1dc1ee6e6a1f893 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 19 Apr 2013 21:24:25 +0100 Subject: set correct version number and date --- desktop/version.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/desktop/version.c b/desktop/version.c index 262b41fda..8ff81ead4 100644 --- a/desktop/version.c +++ b/desktop/version.c @@ -1,10 +1,5 @@ #include "utils/testament.h" -const char * const netsurf_version = "3.0 (Dev" -#if defined(CI_BUILD) - " CI #" CI_BUILD -#endif - ")" - ; +const char * const netsurf_version = "3.0 (20th April 2013)"; const int netsurf_version_major = 3; const int netsurf_version_minor = 0; -- cgit v1.2.3 From 3234d06ded5dc97e2866b42e5eb96b4c76c98cf2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 19 Apr 2013 21:27:45 +0100 Subject: add attributes file to stop .gitignore being exported --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..de2f3167a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore -- cgit v1.2.3