Skip to content

Commit

Permalink
Prepare v0.2.97
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed May 3, 2022
1 parent 91ae89a commit 7dee3d2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
==============

Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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=
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT(ocp, 0.2.96, [email protected])
AC_DEFINE(DLLVERSION, [0x00000260])
AC_INIT(ocp, 0.2.97, [email protected])
AC_DEFINE(DLLVERSION, [0x00000261])

AC_CANONICAL_HOST

Expand Down
2 changes: 1 addition & 1 deletion ocp.spec
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down

0 comments on commit 7dee3d2

Please sign in to comment.