From 96fac03a8fc1c647eb6ada4dbc44ddb6734901d4 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 27 Jul 2015 09:34:31 +0200 Subject: [PATCH] RELEASE: This is version 0.0.2 --- CMakeLists.txt | 2 +- ChangeLog | 2 +- configure.ac | 2 +- dists/arch/PKGBUILD | 2 +- dists/debian/changelog | 4 ++-- src/common/version.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d8a8403..d634e95d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.12) project(xoreos-tools C CXX) -set(xoreos-tools_VERSION 0.0.1) +set(xoreos-tools_VERSION 0.0.2) # ------------------------------------------------------------------------- diff --git a/ChangeLog b/ChangeLog index 142cc211..d52881c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Someday, ????-??-?? (Version 0.0.2) +Monday, 2015-07-27 (Version 0.0.2) - Made all tools display version information with --version - Fixed Windows UTF-8 compatibility - Renamed texture2tga to xoreostex2tga, for disambiguation diff --git a/configure.ac b/configure.ac index 3c7f0ecb..087cab94 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.65]) -AC_INIT([xoreos-tools],[0.0.1],[xoreos-devel@xoreos.org],[xoreos-tools],[https://xoreos.org/]) +AC_INIT([xoreos-tools],[0.0.2],[xoreos-devel@xoreos.org],[xoreos-tools],[https://xoreos.org/]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([config.h.in]) diff --git a/dists/arch/PKGBUILD b/dists/arch/PKGBUILD index 11138b8f..ef9bc728 100644 --- a/dists/arch/PKGBUILD +++ b/dists/arch/PKGBUILD @@ -2,7 +2,7 @@ pkgname=xoreos-tools-git _gitname=xoreos-tools -pkgver=0.0.1.r29.g70f3ec4 +pkgver=0.0.2.r29.g70f3ec4 pkgrel=1 pkgdesc="Tools to help with xoreos development" arch=('i686' 'x86_64') diff --git a/dists/debian/changelog b/dists/debian/changelog index 2fb5cb14..616ccbb6 100644 --- a/dists/debian/changelog +++ b/dists/debian/changelog @@ -1,5 +1,5 @@ -xoreos-tools (0.0.1-1) unstable; urgency=low +xoreos-tools (0.0.2-1) unstable; urgency=low * Initial release - -- Sven Hesse Thu, 23 Jul 2015 16:46:50 +0200 + -- Sven Hesse Mon, 27 Jul 2015 09:34:21 +0200 diff --git a/src/common/version.cpp b/src/common/version.cpp index 3b763f84..2f37387c 100644 --- a/src/common/version.cpp +++ b/src/common/version.cpp @@ -37,7 +37,7 @@ #endif #ifndef PACKAGE_VERSION - #define PACKAGE_VERSION "0.0.1" + #define PACKAGE_VERSION "0.0.2" #endif #ifndef XOREOS_REVDESC