From 50d2a75da22c4d5e7924d4d99096c6f8cd20b7bc Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 6 Apr 2009 19:50:35 -0400 Subject: [PATCH] bump version Should have done this right after releasing 003 but meh. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5d3dd71..bde449f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(DeviceKit-disks, 003, david@fubar.dk) -AM_INIT_AUTOMAKE(DeviceKit-disks, 003) +AC_INIT(DeviceKit-disks, 004, david@fubar.dk) +AM_INIT_AUTOMAKE(DeviceKit-disks, 004) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- 2.7.4