mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-05 15:30:02 +01:00
bump configure.ac
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl AC_INIT
|
||||
AC_INIT([veejaycore],[1.5.65],[http://www.veejayhq.net])
|
||||
AC_INIT([veejaycore],[1.5.67],[http://www.veejayhq.net])
|
||||
AC_PREREQ([2.69])
|
||||
AC_CONFIG_SRCDIR([veejaycore/core.c])
|
||||
|
||||
VEEJAYCORE_MAJOR_VERSION=1
|
||||
VEEJAYCORE_MINOR_VERSION=5
|
||||
VEEJAYCORE_MICRO_VERSION=65
|
||||
VEEJAYCORE_MICRO_VERSION=67
|
||||
VEEJAYCORE_VERSION=$VEEJAYCORE_MAJOR_VERSION.$VEEJAYCORE_MINOR_VERSION.$VEEJAYCORE_MICRO_VERSION
|
||||
VEEJAYCORE_CODENAME="Veejay Core - build $VEEJAY_MINOR_VERSION $VEEJAY_MICRO_VERSION"
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
Reference in New Issue
Block a user