Skip to content

Commit

Permalink
v1.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Apr 28, 2017
1 parent 5fe1eb7 commit 30cfb74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ MAKENSIS ?= makensis
REVISION_ID = $(shell hg id -i)
REVISION_NUMBER = $(shell hg id -n)
ifneq ($(REVISION_ID),)
PLUGIN_VERSION ?= 0.9.$(shell date +%Y.%m.%d).git.r$(REVISION_NUMBER).$(REVISION_ID)
PLUGIN_VERSION ?= 1.1.$(shell date +%Y.%m.%d).git.r$(REVISION_NUMBER).$(REVISION_ID)
else
PLUGIN_VERSION ?= 0.9.$(shell date +%Y.%m.%d)
PLUGIN_VERSION ?= 1.1.$(shell date +%Y.%m.%d)
endif

CFLAGS ?= -O2 -g -pipe -Wall -DMATTERMOST_PLUGIN_VERSION='"$(PLUGIN_VERSION)"'
Expand Down
2 changes: 1 addition & 1 deletion libmattermost.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ json_object_to_string(JsonObject *obj)

#define MATTERMOST_PLUGIN_ID "prpl-eionrobb-mattermost"
#ifndef MATTERMOST_PLUGIN_VERSION
#define MATTERMOST_PLUGIN_VERSION "1.0"
#define MATTERMOST_PLUGIN_VERSION "1.1"
#endif
#define MATTERMOST_PLUGIN_WEBSITE "https://github.com/EionRobb/mattermost-libpurple"

Expand Down
2 changes: 1 addition & 1 deletion purple-mattermost.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SetCompress off
!define PRODUCT_NAME "Pidgin-Mattermost"
!endif
!ifndef PRODUCT_VERSION
!define PRODUCT_VERSION "v1.0"
!define PRODUCT_VERSION "v1.1"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "https://github.com/EionRobb/purple-mattermost"
Expand Down

0 comments on commit 30cfb74

Please sign in to comment.