Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Add changelog for 1.9.0-beta2 and prepare for release #7207

Merged
merged 1 commit into from
Feb 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.0-beta2 (2018-02-09)
------------------------------------------------------------------------
- Fix: Non-Windows builds did not get correct git hash

1.9.0-beta1 (2018-02-09)
------------------------------------------------------------------------
Note: OpenTTD was migrated to GitHub for 1.9, so SVN revision and FlySpray numbers have been replaced with Pull Requests and Issue numbers
Expand Down
2 changes: 1 addition & 1 deletion known-bugs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OpenTTD's known bugs
Last updated: 2019-02-09
Release version: 1.9.0-beta1
Release version: 1.9.0-beta2
------------------------------------------------------------------------


Expand Down
6 changes: 6 additions & 0 deletions os/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openttd (1.9.0~beta2-0) unstable; urgency=low

* New upstream release 1.9.0-beta2

-- OpenTTD <info@openttd.org> Sat, 09 Feb 2019 23:00:00 +0000

openttd (1.9.0~beta1-0) unstable; urgency=low

* New upstream release 1.9.0-beta1
Expand Down
4 changes: 2 additions & 2 deletions os/rpm/openttd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#

Name: openttd
Version: 1.9.beta1
Version: 1.9.beta2
Release: 0
%define srcver 1.9.0-beta1
%define srcver 1.9.0-beta2
Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe
License: GPL-2.0
Group: Amusements/Games/Strategy/Other
Expand Down
4 changes: 2 additions & 2 deletions os/windows/installer/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
!define APPV_MAJOR 1
!define APPV_MINOR 9
!define APPV_MAINT 0
!define APPV_BUILD 0
!define APPV_EXTRA "-beta1"
!define APPV_BUILD 1
!define APPV_EXTRA "-beta2"

!define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
Expand Down