From d9bddfc3ee43b61b14bf04f28e8bd046d2c20d8d Mon Sep 17 00:00:00 2001 From: Simon Newton Date: Tue, 22 Oct 2013 09:33:51 -0700 Subject: [PATCH] * Bump the version numbers --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b0d16d23ad..2662b22391 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -X/10/2013 ola-0.8.33 +22/10/2013 ola-0.8.33 * Fix the build breakage when using XCode 5 (clang 500) * Save the SPI pixel count during shutdown * Fix E1.31 merge timeouts - #256 diff --git a/configure.ac b/configure.ac index 1f32379968..14667c1751 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(ola, [0.8.32]) +AC_INIT(ola, [0.8.33]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR(config) AC_SUBST(ac_aux_dir)