aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2018-03-19 23:00:17 -0700
committertenox <as@tenoware.com>2018-03-19 23:00:17 -0700
commitb2549ccc0f2eb25e2724093d47a3a83562deed97 (patch)
treee516478275633cef3fb9b2131cb367835e41d307
parent48961d1864c2c2be2a0f271cc70a0c57d123d127 (diff)
downloadwfm-b2549ccc0f2eb25e2724093d47a3a83562deed97.tar.gz
copyright and ver bump, typos
-rw-r--r--dialogs.c4
-rw-r--r--wfm.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/dialogs.c b/dialogs.c
index a2e4387..3bddbe4 100644
--- a/dialogs.c
+++ b/dialogs.c
@@ -250,7 +250,7 @@ void about(void) {
"Uses libgit2 library<BR>\n"
#endif
"URL Encoding routines by Fred Bulback<BR>\n"
- "Copyright &copy; 1994-2017 by Antoni Sawicki<BR>\n"
+ "Copyright &copy; 1994-2018 by Antoni Sawicki<BR>\n"
"Copyright &copy; 1996-2011 by Thomas Boutell and Boutell.Com, Inc.<BR>\n"
"Copyright &copy; 2002 by Aladdin Enterprises<BR>\n"
"Copyright &copy; 1999-2009 by Paul Johnston<BR>\n"
@@ -283,7 +283,7 @@ void about(void) {
#ifdef WFMGIT
"Git"
#else
- "Nono"
+ "None"
#endif
, (repo_check()) ? "No Repo Present" : "Repo OK",
cgiScriptName, virt_dirname, token);
diff --git a/wfm.h b/wfm.h
index c96ac7d..5657590 100644
--- a/wfm.h
+++ b/wfm.h
@@ -1,6 +1,6 @@
-#define VERSION "1.3.0"
+#define VERSION "1.3.1"
#define copyright "<!-- WFM Version " VERSION ", Mountain View, CA, " __DATE__ " [" __TIME__ "] -->\n" \
- "<!-- Copyright (c) 1994-2017 by Antoni Sawicki -->\n"
+ "<!-- Copyright (c) 1994-2018 by Antoni Sawicki -->\n"
#define CSS_STYLE \
" <STYLE TYPE=\"text/css\"><!-- \n" \