From c46c43a9d7add36360a51406eea6db154dfd122b Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Sun, 19 Aug 2018 19:35:47 +0200 Subject: [PATCH] cpdb-backend-file 1.0.1 Release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 269a3e5..9c1e255 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([cpdb-backend-file],[1.0.0],[ayushb268@gmail.com],[CPDB - FILE Backend], [https://github.com/ayush268/cpdb-backend-file]) +AC_INIT([cpdb-backend-file],[1.0.1],[ayushb268@gmail.com],[CPDB - FILE Backend], [https://github.com/ayush268/cpdb-backend-file]) AM_INIT_AUTOMAKE([-Wall foreign]) AC_CONFIG_SRCDIR([src/print_backend_file.c])