Skip to content

Commit d6c63d2

Browse files
committed
RELEASE: This is version 0.0.3
1 parent 06f686c commit d6c63d2

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.12)
22

33
project(xoreos-tools C CXX)
4-
set(xoreos-tools_VERSION 0.0.2)
4+
set(xoreos-tools_VERSION 0.0.3)
55

66

77
# -------------------------------------------------------------------------

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Someday, ????-??-?? (Version 0.0.3)
1+
Wednesday, 2015-09-30 (Version 0.0.3)
22
- Tools added:
33
- xml2tlk
44
- BUILD:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.65])
22

3-
AC_INIT([xoreos-tools],[0.0.2],[xoreos-devel@xoreos.org],[xoreos-tools],[https://xoreos.org/])
3+
AC_INIT([xoreos-tools],[0.0.3],[xoreos-devel@xoreos.org],[xoreos-tools],[https://xoreos.org/])
44

55
AC_CONFIG_HEADERS([config.h])
66
AC_CONFIG_SRCDIR([config.h.in])

dists/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=xoreos-tools-git
44
_gitname=xoreos-tools
5-
pkgver=0.0.2.r29.g70f3ec4
5+
pkgver=0.0.3.r0.g06f686c
66
pkgrel=1
77
pkgdesc="Tools to help with xoreos development"
88
arch=('i686' 'x86_64')

dists/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
xoreos-tools (0.0.3-1) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
-- Sven Hesse <drmccoy@drmccoy.de> Wed, 30 Sep 2015 00:00:00 +0200
6+
17
xoreos-tools (0.0.2-1) unstable; urgency=low
28

39
* Initial release

src/common/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#endif
3838

3939
#ifndef PACKAGE_VERSION
40-
#define PACKAGE_VERSION "0.0.2"
40+
#define PACKAGE_VERSION "0.0.3"
4141
#endif
4242

4343
#ifndef XOREOS_REVDESC

0 commit comments

Comments
 (0)