Skip to content

Commit

Permalink
RELEASE: This is version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jul 27, 2015
1 parent 5681371 commit 96fac03
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.1)
set(xoreos-tools_VERSION 0.0.2)


# -------------------------------------------------------------------------
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.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
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.1],[[email protected]],[xoreos-tools],[https://xoreos.org/])
AC_INIT([xoreos-tools],[0.0.2],[[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.1.r29.g70f3ec4
pkgver=0.0.2.r29.g70f3ec4
pkgrel=1
pkgdesc="Tools to help with xoreos development"
arch=('i686' 'x86_64')
Expand Down
4 changes: 2 additions & 2 deletions dists/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 23 Jul 2015 16:46:50 +0200
-- Sven Hesse <[email protected]> Mon, 27 Jul 2015 09:34:21 +0200
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.1"
#define PACKAGE_VERSION "0.0.2"
#endif

#ifndef XOREOS_REVDESC
Expand Down

0 comments on commit 96fac03

Please sign in to comment.