Skip to content

Commit

Permalink
Bumping version to 1.9.5p6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Jan 5, 2020
1 parent 9925456 commit a7e662a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eternallands (1.9.5.6-0ubuntu1) trusty; urgency=low
eternallands (1.9.5.6-1ubuntu1) trusty; urgency=low

* 1.9.5 test release, SDL2 port
* 1.9.5 p6 release, SDL2 port

-- Paul Broadhead <[email protected]> Sat, 30 Nov 2019 23:48:37 +0000
-- Paul Broadhead <[email protected]> Sun, 05 Jan 2020 19:23:22 +0000
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 5
#define VER_BUILD 6
#define COMPANY_NAME ""
#define FILE_VERSION "1.9.5"
#define FILE_DESCRIPTION "Eternal-Lands Client"
Expand Down
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: eternallands
# Set to x.y.z.git for dev build
version: '1.9.5git'
# Set to x.y.zpn / x.y.zgit for stable / dev build
version: '1.9.5p6'
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 @@ -18,11 +18,11 @@ parts:
source: https://github.com/raduprv/Eternal-Lands
source-type: git
# Include for stable release, comment out for dev build
#source-tag: 1.9.5.5
source-tag: 1.9.5.6
build-packages: [build-essential, libcal3d12-dev, libsdl2-image-dev, libsdl2-net-dev, libxml2-dev, libopenal-dev, libvorbis-dev, libpng-dev]
plugin: cmake
# Add -DVERSION_PREFIX=x.y.z for dev build
configflags: ["-DCMAKE_BUILD_TYPE=release", "-DEXEC=el.linux.bin", -DVERSION_PREFIX=1.9.5]
configflags: ["-DCMAKE_BUILD_TYPE=release", "-DEXEC=el.linux.bin"]
artifacts: ["el.linux.bin"]
stage-packages:
- libglib2.0-0
Expand Down

0 comments on commit a7e662a

Please sign in to comment.