diff --git a/Changelog b/Changelog index aae56bef..57e73614 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +Version 0.2.97 +============== + + * Two files still references the system adplug header files instead of the + built-in provided ones + Version 0.2.96 ============== diff --git a/configure b/configure index 0a056e5b..e8ef4166 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ocp 0.2.96. +# Generated by GNU Autoconf 2.69 for ocp 0.2.97. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ocp' PACKAGE_TARNAME='ocp' -PACKAGE_VERSION='0.2.96' -PACKAGE_STRING='ocp 0.2.96' +PACKAGE_VERSION='0.2.97' +PACKAGE_STRING='ocp 0.2.97' PACKAGE_BUGREPORT='stian.skjelstad@gmail.com' PACKAGE_URL='' @@ -1432,7 +1432,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ocp 0.2.96 to adapt to many kinds of systems. +\`configure' configures ocp 0.2.97 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1498,7 +1498,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ocp 0.2.96:";; + short | recursive ) echo "Configuration of ocp 0.2.97:";; esac cat <<\_ACEOF @@ -1692,7 +1692,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ocp configure 0.2.96 +ocp configure 0.2.97 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2631,7 +2631,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ocp $as_me 0.2.96, which was +It was created by ocp $as_me 0.2.97, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2979,7 +2979,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -$as_echo "#define DLLVERSION 0x00000260" >>confdefs.h +$as_echo "#define DLLVERSION 0x00000261" >>confdefs.h ac_aux_dir= @@ -14433,7 +14433,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ocp $as_me 0.2.96, which was +This file was extended by ocp $as_me 0.2.97, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14495,7 +14495,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ocp config.status 0.2.96 +ocp config.status 0.2.97 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 5546d452..0e2e61c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(ocp, 0.2.96, stian.skjelstad@gmail.com) -AC_DEFINE(DLLVERSION, [0x00000260]) +AC_INIT(ocp, 0.2.97, stian.skjelstad@gmail.com) +AC_DEFINE(DLLVERSION, [0x00000261]) AC_CANONICAL_HOST diff --git a/ocp.spec b/ocp.spec index 2ebf4962..3edc8153 100644 --- a/ocp.spec +++ b/ocp.spec @@ -1,7 +1,7 @@ # rpm spec file for RedHat / Fedora linux %define name ocp -%define version 0.2.96 +%define version 0.2.97 # Default to _with_libmad if neither _with_libmad or _without_libmad is defined %{!?_with_libmad: %{!?_without_libmad: %define _with_libmad --with-libmad}}