Skip to content

Commit

Permalink
RELEASE: This is version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 3, 2020
1 parent 723f7c6 commit d51692a
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 2.8.12)

project(phaethon CXX)
set(phaethon_VERSION 0.0.5)
set(phaethon_VERSION 0.0.6)


# -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Someday, ????-??-?? (Version 0.0.6)
Monday, 2020-08-03 (Version 0.0.6)
- GUI:
- Implemented directly opening BIF files
- COMMON:
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Phaethon"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.0.5
PROJECT_NUMBER = 0.0.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in Phaethon version 0.0.6
=================================

This release of Phaethon is mostly a "maintenance release", keeping the
foundation in sync with xoreos. There are no major new features.

There are, however, a number of smaller bug fixes. Also, Phaethon can now open
ERF V2.1 files and display swizzled Xbox SBM images. Additionally, BIF files
can be inspected directly, even when no corresponding KEY file can be found
(this does mean, though, that the filenames are missing).


Changes in Phaethon version 0.0.5
=================================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl along with Phaethon. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ([2.65])

AC_INIT([Phaethon],[0.0.5],[[email protected]],[phaethon],[https://xoreos.org/])
AC_INIT([Phaethon],[0.0.6],[[email protected]],[phaethon],[https://xoreos.org/])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([config.h.in])
Expand Down
4 changes: 2 additions & 2 deletions dists/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgname=phaethon-git
_gitname=phaethon
pkgver=0.0.5.r0.g5020409
pkgrel=2
pkgver=0.0.6.r0.g5020409
pkgrel=1
pkgdesc="A resource explorer for BioWare's Aurora engine games"
arch=('i686' 'x86_64')
url="https://xoreos.org/"
Expand Down
6 changes: 6 additions & 0 deletions dists/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
phaethon (0.0.6-1) unstable; urgency=low

* New upstream release

-- Sven Hesse <[email protected]> Mon, 03 Aug 2020 00:00:00 +0200

phaethon (0.0.5-1) unstable; urgency=low

* New upstream release
Expand Down
5 changes: 4 additions & 1 deletion dists/fedora/phaethon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# phaethon depends on packages in rpmfusion-free, much like xoreos.

Name: phaethon
Version: 0.0.5
Version: 0.0.6

# This is a bit ugly but it works.
%if "%{snapshot}" == "0"
Expand Down Expand Up @@ -69,6 +69,9 @@ rm %{buildroot}%{_pkgdocdir}/*
%license COPYING

%changelog
* Mon Aug 03 2020 Sven Hesse <[email protected]> 0.0.6-1
- New upstream release.

* Tue Jul 03 2018 Sven Hesse <[email protected]> 0.0.5-1
- New upstream release.

Expand Down
8 changes: 4 additions & 4 deletions dists/win32/phaethon.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
IDI_ICON ICON DISCARDABLE "dists/win32/phaethon.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,5,1
PRODUCTVERSION 0,0,5,1
FILEVERSION 0,0,6,1
PRODUCTVERSION 0,0,6,1
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE
FILEOS VOS_NT_WINDOWS32
Expand All @@ -22,13 +22,13 @@ BEGIN
BLOCK "040904b0" // US English, Unicode
BEGIN
VALUE "FileDescription", "https://xoreos.org/\0"
VALUE "FileVersion", "0.0.5+git\0"
VALUE "FileVersion", "0.0.6+git\0"
VALUE "InternalName", "Phaethon\0"
VALUE "LegalCopyright", "Copyright � 2014-2020 The xoreos Team\0"
VALUE "LegalTrademarks", "The Infinity engine, Aurora engine, Odyssey engine and Eclipse engine are registered trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc. The Electron engine and Lycium engine are trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc. Bink is a registered trademark of RAD Game Tools, Inc. Neverwinter Nights is a registered trademark of Wizards of the Coast, a subsidiary of Hasbro Inc. Star Wars, Knights of the Old Republic and The Sith Lords are registered trademarks of Lucasfilm Entertainment Company Ltd., a subsidiary of The Walt Disney Company. Jade Empire is a registered trademark of BioWare Corp., a subsidiary of Electronic Arts, Inc. Sonic the Hedgehog is a registered trademark of Sega Corporation. The Witcher is a registered trademark of CD Projekt S.A. Dragon Age is a registered trademark of Electronic Arts, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "phaethon.exe\0"
VALUE "ProductName", "phaethon\0"
VALUE "ProductVersion", "0.0.5+git\0"
VALUE "ProductVersion", "0.0.6+git\0"
END
END

Expand Down
2 changes: 1 addition & 1 deletion src/version/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#endif

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.0.5"
#define PACKAGE_VERSION "0.0.6"
#endif

#ifndef PHAETHON_REVDESC
Expand Down

0 comments on commit d51692a

Please sign in to comment.