Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GangZhuo committed Mar 20, 2017
1 parent 550db52 commit 6315f78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=BaiduPCS
PKG_VERSION:=0.2.1
PKG_VERSION:=0.2.6
PKG_RELEASE:=$(PKG_SOURCE_VERSION)

PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion pcs/pcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "pcs_slist.h"
#include "pcs_utils.h"

#define PCS_API_VERSION "v1.1.3"
#define PCS_API_VERSION "v1.1.4"

#define PCS_RAPIDUPLOAD_THRESHOLD (256 * 1024)

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifdef PRG_VER
# define program_version PRG_VER
#else
# define program_version "v0.2.5"
# define program_version "v0.2.6"
#endif

#define program_name "pcs"
Expand Down

0 comments on commit 6315f78

Please sign in to comment.