Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Dec 24, 2021
1 parent b639de4 commit 57215d2
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 10 deletions.
24 changes: 21 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
wargus (3.1.3-1) UNRELEASED; urgency=medium
wargus (3.2.0) focal; urgency=medium

*
[ psa-jforestier ]
* 1st version of French translation.
* Add fr translation available in menu

-- Tim Felgentreff <[email protected]> Sat, 17 Jul 2021 07:31:29 +0200
[ alyokhin ]
* Adaptation of wargus scripts to new map reveal types

[ Alex Benedict ]
* Check for argument to main to avoid segfault since ArchiveDir is set to argv[1].

[ Alex Grant Benedict ]
* Updated StormLib to commit 5ab093b7a57b8779dff06a08fac19d46c40b3329 and modified CMakeLists.txt to build StormLib as an external project

[ alyokhin ]
* added "fast" fog of war type

[ Tim Felgentreff ]
* refactor editor main menu to use layout
* add a simple text editor for preamble and postamble scripts

-- Tim Felgentreff <[email protected]> Fri, 24 Dec 2021 21:37:16 +0100

wargus (3.1.2-1) focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleIconFile</key>
<string>wargus</string>
<key>CFBundleShortVersionString</key>
<string>3.1.3</string>
<string>3.2.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "pp"

STRINGS = {
version: "3.1.3",
version: "3.2.0",
homepage: "https://wargus.github.io",
license: "GPL v2+",
copyright: "(c) 1998-2021 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion scripts/stratagus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ wargus.Name = _("Wargus")
wargus.Homepage = "https://wargus.github.io"
wargus.Copyright = _("(c) 1998-2021 by The Stratagus Project.")

wargus.Version = "3.1.3"
wargus.Version = "3.2.0"
wargus.Licence = "GPL v2+"


Expand Down
2 changes: 1 addition & 1 deletion wargus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

; General variables
!define NAME "Wargus"
!define VERSION "3.1.3"
!define VERSION "3.2.0"
!define VIVERSION "${VERSION}.0"
!define HOMEPAGE "https://wargus.github.io"
!define LICENSE "GPL v2+"
Expand Down
4 changes: 2 additions & 2 deletions wargus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#endif

#define DESCRIPTION NAME
#define VERSION "3.1.3"
#define VIVERSION 3,1,3
#define VERSION "3.2.0"
#define VIVERSION 3,2,0
#define HOMEPAGE "https://wargus.github.io"
#define LICENSE "GPL v2+"
#define COPYRIGHT "(c) 1998-2021 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion wartool.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
-- General
----------------------------------------------------------------------------*/

#define VERSION "3.1.3" // Version of extractor wartool
#define VERSION "3.2.0" // Version of extractor wartool

const char NameLine[] = "wartool V" VERSION " for Stratagus, (c) 1998-2021 by The Stratagus Project.\n"\
" Written by Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar and cybermind.\n"\
Expand Down

0 comments on commit 57215d2

Please sign in to comment.