From 6597d8b439775f205db04074ac59ca8c1c740f26 Mon Sep 17 00:00:00 2001 From: Jelte Jansen Date: Mon, 16 Oct 2017 19:36:29 +0200 Subject: [PATCH] update version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ad93293..58693f90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([spin], [0.2.0]) +AC_INIT([spin], [0.5.0]) AC_PREREQ([2.50]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b subdir-objects])