From 02e9275ffb1f3a4ee336a3d719073b6e0ffebefe Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 3 Dec 2014 12:06:02 +0100 Subject: [PATCH] version bump to 20141203 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 195bf07..736dd85 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(hdapsd, 20141024, hdaps-devel@lists.sourceforge.net) +AC_INIT(hdapsd, 20141203, hdaps-devel@lists.sourceforge.net) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/hdapsd.c]) AC_CONFIG_HEADERS([src/config.h])