Skip to content

Commit

Permalink
v1.18-74-ar10
Browse files Browse the repository at this point in the history
  • Loading branch information
arbruijn committed Sep 25, 2024
1 parent 71b7b25 commit 08c0750
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Download latest Windows build

[d2x-xl-1.18.74-ar9.zip](https://github.com/arbruijn/d2x-xl/releases/download/v1.18.74-ar9/d2x-xl-1.18.74-ar9.zip)
[d2x-xl-1.18.74-ar10.zip](https://github.com/arbruijn/d2x-xl/releases/download/v1.18.74-ar10/d2x-xl-1.18.74-ar10.zip)

## Changes

Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-09-25 v1.18-74-ar10
- Fix full cockpit camera views
- Fix position of briefing robot in 1920x1080 and higher
- Fix missing transparency in D1 secret levels

2024-05-24 v1.18-74-ar9
- Fix exit sequence

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define([D2X_MAJOR],1)
define([D2X_MINOR],18)
define([D2X_MICRO],74)
define([D2X_VARIANT],ar9)
define([D2X_VARIANT],ar10)

AC_INIT(d2x-xl,[D2X_MAJOR.D2X_MINOR.D2X_MICRO-D2X_VARIANT],[[email protected]])
AC_PREREQ(2.52)
Expand Down
4 changes: 2 additions & 2 deletions include/vers_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

//#ifndef HAVE_CONFIG_H
# ifndef VERSION
# define VERSION "1.18.74-ar9"
# define VERSION "1.18.74-ar10"
# endif
//#endif

Expand All @@ -19,7 +19,7 @@
# define D2X_MICRO 74
#endif
#ifndef D2X_VARIANT
# define D2X_VARIANT "ar9"
# define D2X_VARIANT "ar10"
#endif

#define VERSION_TYPE "Full Version"
Expand Down

0 comments on commit 08c0750

Please sign in to comment.