Skip to content

Commit

Permalink
Update version to 0.2.12
Browse files Browse the repository at this point in the history
This should have been before tagging, of course.
  • Loading branch information
vadz committed May 2, 2020
1 parent cae1cb2 commit cc5f510
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion autoconf/bakefile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ AC_DEFUN([AC_BAKEFILE],
AC_SUBST(OBJCXXFLAGS)
BAKEFILE_BAKEFILE_M4_VERSION="0.2.11"
BAKEFILE_BAKEFILE_M4_VERSION="0.2.12"
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.11"
#define VERSION "0.2.12"

[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.11
Version: 0.2.12
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.11], [bakefile-devel@lists.sourceforge.net])
AC_INIT([bakefile], [0.2.12], [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.11"
VERSION="0.2.12"
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.11</set>
<set var="BAKEFILE_VERSION_FULL">0.2.12</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.11"
BAKEFILE_VERSION = "0.2.12"

0 comments on commit cc5f510

Please sign in to comment.