Skip to content

Commit

Permalink
[0.4.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghuocho committed Apr 30, 2016
1 parent c0828a7 commit 0491f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions client/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
VERSION := 0.4.1
SHORTVERSION := 0.4.1

DESC := "A proxy software for censorship circumvention"
VERSION := 0.4.2
SHORTVERSION := 0.4.2

.PHONY: windows package-windows linux package-linux darwin package-darwin clean

Expand All @@ -11,6 +9,7 @@ define fpm-debian-build
VERSION=$2 && \
WORKDIR=$$(mktemp -dt "$$(basename $$0).XXXXXXXXXX") && \
INSTALLER_RESOURCES=./installer/linux && \
DESC="A proxy software for censorship circumvention" && \
\
mkdir -p $$WORKDIR/usr/bin && \
mkdir -p $$WORKDIR/usr/share/applications && \
Expand Down
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
FIREFLY_VERSION = "0.4.1"
FIREFLY_VERSION = "0.4.2"
)

type clientOptions struct {
Expand Down

0 comments on commit 0491f77

Please sign in to comment.