From 843ea509857e898cdbc36d727d4609e4973511f1 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Fri, 20 May 2011 09:28:48 +0000 Subject: [PATCH] released 0.3 git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@425 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npa/configure.ac b/npa/configure.ac index 64c5bb6..670c0b7 100644 --- a/npa/configure.ac +++ b/npa/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([npa], [0.3], [http://sourceforge.net/projects/vsmartcard/support]) +AC_INIT([npa], [0.4], [http://sourceforge.net/projects/vsmartcard/support]) AC_CONFIG_SRCDIR([src/npa.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])