From 8bbea33a729c40a4de1a7a96627c1f3a1b44b163 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 21 Aug 2015 18:28:57 +0200 Subject: [PATCH] set version 0.2.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8786266..353c0aa 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([nudoku], [0.2.2], [jubalh@openmailbox.org]) +AC_INIT([nudoku], [0.2.3], [jubalh@openmailbox.org]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign])