Skip to content

Commit

Permalink
Forgot to update version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Merrell committed Jan 28, 2018
1 parent 4fcb433 commit 502566d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GOCHAN_DEBUG=1
GOCHAN_VERBOSE=2
GOCHAN_VERBOSITY=0 # This is set by "make release/debug/verbose"

GOCHAN_VERSION=1.7
GOCHAN_VERSION=1.8
GOCHAN_BUILDTIME=$(shell date +%y%m%d.%H%M)
ifeq ($(GOOS), windows)
GOCHAN_BIN=gochan.exe
Expand Down
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=1.7
VERSION=1.8
GOOS_ORIG=$GOOS

function copyStuff {
Expand Down
4 changes: 2 additions & 2 deletions html/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<h1>404: File not found</h1>
<img src="/error/lol 404.gif" border="0" alt="">
<p>The requested file could not be found on this server. Are you just typing random stuff in the address bar? If you followed a link from this site here, then post <a href="/site">here</a></p>
<hr><address>http://gochan.org powered by Gochan v1.7</address>
<hr><address>http://gochan.org powered by Gochan v1.8</address>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions html/error/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<h1>500: Internal Server error</h1>
<img src="/error/derpy server.gif" border="0" alt="">
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon has he/she/it can.</p>
<hr><address>http://gochan.org powered by Gochan v1.7</address>
<hr><address>http://gochan.org powered by Gochan v1.8</address>
</body>
</html>
</html>

0 comments on commit 502566d

Please sign in to comment.