Skip to content

Commit

Permalink
start new dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Aug 7, 2022
1 parent 4a498da commit 12ea87d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
war1gus (3.3.2-1) UNRELEASED; urgency=medium

-- Tim Felgentreff <timfelgentreff@gmail.com> Sun, 07 Aug 2022 21:00:31 +0200

war1gus (3.3.1-1) focal; urgency=medium

[ Tim Felgentreff ]
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>war1gus</string>
<key>CFBundleShortVersionString</key>
<string>3.3.1</string>
<string>3.3.2</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.3.1",
version: "3.3.2",
homepage: "https://github.com/wargus/war1gus",
license: "GPL v2",
copyright: "(c) 1998-2022 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 @@ -34,7 +34,7 @@ print("Stratagus default config file loading ...\n")
war1gus = {}
wc1 = war1gus
war1gus.Name = "War1gus"
war1gus.Version = "3.3.1"
war1gus.Version = "3.3.2"
war1gus.Homepage = "https://github.com/Wargus/war1gus"
war1gus.Licence = "GPL v2"
war1gus.Copyright = "(c) 1998-2022 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion war1gus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

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

#define DESCRIPTION NAME
#define VERSION "3.3.1"
#define VIVERSION 3,3,1
#define VERSION "3.3.2"
#define VIVERSION 3,3,2
#define HOMEPAGE "https://github.com/wargus/war1gus"
#define LICENSE "GPL v2"
#define COPYRIGHT "(c) 1998-2022 by The Stratagus Project"
Expand Down
2 changes: 1 addition & 1 deletion war1tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
-- Includes
----------------------------------------------------------------------------*/

#define VERSION "3.3.1" // Version of extractor wartool
#define VERSION "3.3.2" // Version of extractor wartool
#define AUTHORS "Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar, and Tim Felgentreff."
#define COPYRIGHT "1998-2022 by The Stratagus Project"

Expand Down

0 comments on commit 12ea87d

Please sign in to comment.