From 88e70da519c7fd64a02535daaa75eafc5b0cd077 Mon Sep 17 00:00:00 2001 From: Niels Elburg Date: Thu, 28 Sep 2006 22:19:15 +0000 Subject: [PATCH] bumped version of veejay-current to 0.9.7. ready for packing of next release of (classic) veejay git-svn-id: svn://code.dyne.org/veejay/trunk@610 eb8d1916-c9e9-0310-b8de-cf0c9472ead5 --- veejay-current/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/veejay-current/configure.ac b/veejay-current/configure.ac index 5664bb82..926a2174 100644 --- a/veejay-current/configure.ac +++ b/veejay-current/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT -AC_INIT([veejay],[0.9.3],[veejay-users@lissts.sourceforge.net]) +AC_INIT([veejay],[0.9.7],[veejay-users@lissts.sourceforge.net]) AC_PREREQ(2.57) AC_CONFIG_SRCDIR([veejay/veejay.c]) VEEJAY_MAJOR_VERSION=0 VEEJAY_MINOR_VERSION=9 -VEEJAY_MICRO_VERSION=6 +VEEJAY_MICRO_VERSION=7 VEEJAY_VERSION=$VEEJAY_MAJOR_VERSION.$VEEJAY_MINOR_VERSION.$VEEJAY_MICRO_VERSION VEEJAY_CODENAME="Resume - build $VEEJAY_MINOR_VERSION $VEEJAY_MICRO_VERSION" AC_CONFIG_HEADERS([config.h])