Skip to content

Commit cc5f510

Browse files
committed
Update version to 0.2.12
This should have been before tagging, of course.
1 parent cae1cb2 commit cc5f510

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

autoconf/bakefile.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ AC_DEFUN([AC_BAKEFILE],
745745
AC_SUBST(OBJCXXFLAGS)
746746
747747
748-
BAKEFILE_BAKEFILE_M4_VERSION="0.2.11"
748+
BAKEFILE_BAKEFILE_M4_VERSION="0.2.12"
749749
750750
dnl includes autoconf_inc.m4:
751751
$1

bakefile.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; This script was first created by ISTool
22
; http://www.lerstad.com/istool/
33

4-
#define VERSION "0.2.11"
4+
#define VERSION "0.2.12"
55

66
[Setup]
77
OutputBaseFilename=bakefile-{#VERSION}-setup

bakefile.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Name: bakefile
3-
Version: 0.2.11
3+
Version: 0.2.12
44
Release: 1
55
Source: %{name}-%{version}.tar.gz
66

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.53)
22

3-
AC_INIT([bakefile], [0.2.11], [[email protected]])
3+
AC_INIT([bakefile], [0.2.12], [[email protected]])
44

55
AC_CONFIG_SRCDIR([bakefile.vim])
66
AC_CONFIG_AUX_DIR([admin])

macosx/makepkg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PROGDIR=$PWD
1212
PYTHON=python
1313

1414
PRODUCT=Bakefile
15-
VERSION="0.2.11"
15+
VERSION="0.2.12"
1616
PKGNAME="Bakefile"
1717
DMGNAME="bakefile-$VERSION"
1818

rules/version.bkl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<!--
3232
Version information:
3333
-->
34-
<set var="BAKEFILE_VERSION_FULL">0.2.11</set>
34+
<set var="BAKEFILE_VERSION_FULL">0.2.12</set>
3535

3636
<!--
3737
Version string suitable for putting into generated makefiles,

src/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# $Id$
2525
#
2626

27-
BAKEFILE_VERSION = "0.2.11"
27+
BAKEFILE_VERSION = "0.2.12"

0 commit comments

Comments
 (0)