From bbc91722cbf0b0069d09cb70bed4aec97a42224e Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 9 Jan 2017 16:14:07 -0500 Subject: [PATCH] [version] bump version to 0.3.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 321e8f0a..885aa434 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.3]) +AC_INIT([libpostal], [0.3.3]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([src])