From fed599ac3974c053a6af60a5079d18785c5d7735 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 28 Jan 2016 16:34:41 -0500 Subject: [PATCH] [version] bumping version to 0.3 for consistency --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c41e9283..37a2b12e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([libpostal], [0.2]) +AC_INIT([libpostal], [0.3]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([src])