Skip to content

Commit d56fac7

Browse files
committed
Bump version for release 2.9.0
1 parent 83042ae commit d56fac7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Maintainer: codereader <greebo[AT]angua[DOT]at>
22
pkgname=darkradiant
3-
pkgver=2.8.0
3+
pkgver=2.9.0
44
pkgrel=1
55
pkgdesc="Level Editor for Doom 3 (idTech4) and The Dark Mod"
66
arch=("x86_64")
77
url="https://www.darkradiant.net/"
88
license=("GPL")
99
depends=(wxgtk ftgl glew freealut libvorbis python libsigc++ pybind11)
10-
makedepends=(git boost)
11-
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#tag=2.8.0")
10+
makedepends=(git)
11+
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#tag=2.9.0")
1212
md5sums=("SKIP")
1313

1414
build() {

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <config.h>
33
#define RADIANT_VERSION PACKAGE_VERSION
44
#else
5-
#define RADIANT_VERSION "2.9.0pre4"
5+
#define RADIANT_VERSION "2.9.0"
66
#endif
77

88
#define RADIANT_APPNAME "DarkRadiant"

tools/innosetup/darkradiant.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define DarkRadiantVersion "2.9.0pre4"
4+
#define DarkRadiantVersion "2.9.0"
55

66
[Setup]
77
AppName=DarkRadiant

tools/innosetup/darkradiant.x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define DarkRadiantVersion "2.9.0pre4"
4+
#define DarkRadiantVersion "2.9.0"
55

66
[Setup]
77
AppName=DarkRadiant

0 commit comments

Comments
 (0)