Skip to content

Commit

Permalink
Bump version for release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Nov 18, 2020
1 parent 83042ae commit d56fac7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: codereader <greebo[AT]angua[DOT]at>
pkgname=darkradiant
pkgver=2.8.0
pkgver=2.9.0
pkgrel=1
pkgdesc="Level Editor for Doom 3 (idTech4) and The Dark Mod"
arch=("x86_64")
url="https://www.darkradiant.net/"
license=("GPL")
depends=(wxgtk ftgl glew freealut libvorbis python libsigc++ pybind11)
makedepends=(git boost)
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#tag=2.8.0")
makedepends=(git)
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#tag=2.9.0")
md5sums=("SKIP")

build() {
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.9.0pre4"
#define RADIANT_VERSION "2.9.0"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
2 changes: 1 addition & 1 deletion tools/innosetup/darkradiant.iss
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define DarkRadiantVersion "2.9.0pre4"
#define DarkRadiantVersion "2.9.0"

[Setup]
AppName=DarkRadiant
Expand Down
2 changes: 1 addition & 1 deletion tools/innosetup/darkradiant.x64.iss
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define DarkRadiantVersion "2.9.0pre4"
#define DarkRadiantVersion "2.9.0"

[Setup]
AppName=DarkRadiant
Expand Down

0 comments on commit d56fac7

Please sign in to comment.