Skip to content

Commit

Permalink
RELEASE: This is version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Sep 29, 2015
1 parent 06f686c commit d6c63d2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.12)

project(xoreos-tools C CXX)
set(xoreos-tools_VERSION 0.0.2)
set(xoreos-tools_VERSION 0.0.3)


# -------------------------------------------------------------------------
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.3)
Wednesday, 2015-09-30 (Version 0.0.3)
- Tools added:
- xml2tlk
- BUILD:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.65])

AC_INIT([xoreos-tools],[0.0.2],[[email protected]],[xoreos-tools],[https://xoreos.org/])
AC_INIT([xoreos-tools],[0.0.3],[[email protected]],[xoreos-tools],[https://xoreos.org/])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([config.h.in])
Expand Down
2 changes: 1 addition & 1 deletion dists/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=xoreos-tools-git
_gitname=xoreos-tools
pkgver=0.0.2.r29.g70f3ec4
pkgver=0.0.3.r0.g06f686c
pkgrel=1
pkgdesc="Tools to help with xoreos development"
arch=('i686' 'x86_64')
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 @@
xoreos-tools (0.0.3-1) unstable; urgency=low

* New upstream release

-- Sven Hesse <[email protected]> Wed, 30 Sep 2015 00:00:00 +0200

xoreos-tools (0.0.2-1) unstable; urgency=low

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

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.0.2"
#define PACKAGE_VERSION "0.0.3"
#endif

#ifndef XOREOS_REVDESC
Expand Down

0 comments on commit d6c63d2

Please sign in to comment.