Skip to content

Commit

Permalink
Increment version to 0.2.10
Browse files Browse the repository at this point in the history
See #85.
  • Loading branch information
tambry authored and vadz committed Jan 4, 2017
1 parent bc97906 commit 2a85082
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Version 0.3.0
-------------
Version 0.2.10
--------------

- msvc: Fix RTTI off flag (Raul Tambre)

Expand Down
2 changes: 1 addition & 1 deletion autoconf/bakefile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ AC_DEFUN([AC_BAKEFILE],
AC_SUBST(OBJCXXFLAGS)
BAKEFILE_BAKEFILE_M4_VERSION="0.2.9"
BAKEFILE_BAKEFILE_M4_VERSION="0.2.10"
dnl includes autoconf_inc.m4:
$1
Expand Down
2 changes: 1 addition & 1 deletion bakefile.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; This script was first created by ISTool
; http://www.lerstad.com/istool/

#define VERSION "0.2.9"
#define VERSION "0.2.10"

[Setup]
OutputBaseFilename=bakefile-{#VERSION}-setup
Expand Down
2 changes: 1 addition & 1 deletion bakefile.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Name: bakefile
Version: 0.2.9
Version: 0.2.10
Release: 1
Source: %{name}-%{version}.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)

AC_INIT([bakefile], [0.2.9], [bakefile-devel@lists.sourceforge.net])
AC_INIT([bakefile], [0.2.10], [bakefile-devel@lists.sourceforge.net])

AC_CONFIG_SRCDIR([bakefile.vim])
AC_CONFIG_AUX_DIR([admin])
Expand Down
2 changes: 1 addition & 1 deletion macosx/makepkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PROGDIR=$PWD
PYTHON=python

PRODUCT=Bakefile
VERSION="0.2.9"
VERSION="0.2.10"
PKGNAME="Bakefile"
DMGNAME="bakefile-$VERSION"

Expand Down
2 changes: 1 addition & 1 deletion rules/version.bkl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!--
Version information:
-->
<set var="BAKEFILE_VERSION_FULL">0.2.9</set>
<set var="BAKEFILE_VERSION_FULL">0.2.10</set>

<!--
Version string suitable for putting into generated makefiles,
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# $Id$
#

BAKEFILE_VERSION = "0.2.9"
BAKEFILE_VERSION = "0.2.10"

0 comments on commit 2a85082

Please sign in to comment.