From: Mark Doffman Date: Mon, 30 Nov 2009 16:11:10 +0000 (-0800) Subject: Bump version number to 0.1.3 prior to release. X-Git-Tag: AT_SPI2_CORE_0_1_3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05b47036dd90137444b873a4d9032c64d4614e17;p=platform%2Fupstream%2Fat-spi2-core.git Bump version number to 0.1.3 prior to release. --- diff --git a/configure.ac b/configure.ac index fe7b473..674221d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT([at-spi2-core], [0.1.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [0.1.3], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) AT_SPI_CORE_MAJOR_VERSION=0 AT_SPI_CORE_MINOR_VERSION=1 -AT_SPI_CORE_MICRO_VERSION=1 +AT_SPI_CORE_MICRO_VERSION=3 AT_SPI_CORE_VERSION="$AT_SPI_CORE_MAJOR_VERSION.$AT_SPI_CORE_MINOR_VERSION" AC_SUBST(AT_SPI_CORE_VERSION)