Skip to content

Commit

Permalink
Bump the build number ready for new tagged release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Nov 10, 2018
1 parent e7dc6fc commit 0196a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion elc_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define VER_MAJOR 1
#define VER_MINOR 9
#define VER_RELEASE 5
#define VER_BUILD 2
#define VER_BUILD 3
#define COMPANY_NAME ""
#define FILE_VERSION "1.9.5"
#define FILE_DESCRIPTION "Eternal-Lands Client"
Expand Down
9 changes: 5 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: eternallands
version: '1.9.5.git'
version: '1.9.5.p3'
summary: Eternal Lands is a free to play, graphical MMORPG
description: |
Eternal Lands is a free to play, graphical MMORPG (massively-multi-player
Expand All @@ -14,15 +14,16 @@ icon: pkgfiles/snap-package/eternallands.png

parts:
client:
source: https://github.com/raduprv/Eternal-Lands/archive/master.zip
source: https://github.com/raduprv/Eternal-Lands
source-type: git
source-tag: 1.9.5.3
build-packages: [build-essential, libcal3d12-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libxml2-dev, libopenal-dev, libvorbis-dev]
plugin: make
source-subdir: "Eternal-Lands-master"
makefile: Makefile.linux
make-parameters: ["release", "PLATFORM=''", "EXE=el.linux.bin"]
override-pull: |
snapcraftctl pull
cd Eternal-Lands-master/ && echo "1.9.5.git-`date +"%Y%m%d%H%M"`" > git_version
sed -i 's|^PLATFORM=.*$|#PLATFORM=""|g' make.defaults
artifacts: ["el.linux.bin"]
stage-packages:
- libglib2.0-0
Expand Down

0 comments on commit 0196a88

Please sign in to comment.