diff --git a/Makefile b/Makefile index bdcb73aa..81ee9163 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOCHAN_DEBUG=1 GOCHAN_VERBOSE=2 GOCHAN_VERBOSITY=0 # This is set by "make release/debug/verbose" -GOCHAN_VERSION=1.9.2 +GOCHAN_VERSION=1.9.3 GOCHAN_BUILDTIME=$(shell date +%y%m%d.%H%M) ifeq ($(GOOS), windows) GOCHAN_BIN=gochan.exe @@ -33,4 +33,4 @@ ifndef GOPATH endif @echo ${GOCHAN_VERBOSITY} @echo ${GOCHAN_VERBOSE} - go build -v -ldflags "-w -X main.version=${GOCHAN_VERSION} -X main.buildtime_str=${GOCHAN_BUILDTIME} -X main.verbosity_str=${GOCHAN_VERBOSITY}" -o ${DIRNAME}${GOCHAN_BIN} ./src + go build -v -ldflags "-w -X main.version=${GOCHAN_VERSION} -X main.buildtimeString=${GOCHAN_BUILDTIME} -X main.verbosityString=${GOCHAN_VERBOSITY}" -o ${DIRNAME}${GOCHAN_BIN} ./src diff --git a/dist.sh b/dist.sh index 904eae3b..c195f808 100755 --- a/dist.sh +++ b/dist.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.9.2 +VERSION=1.9.3 GOOS_ORIG=$GOOS function copyStuff { diff --git a/html/error/404.html b/html/error/404.html index 5da8db55..6ac497c6 100755 --- a/html/error/404.html +++ b/html/error/404.html @@ -7,6 +7,6 @@
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 here
-