diff --git a/README b/README index 935bf0d5..2754c22e 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ Documentation License (see COPYING.FDL). =============================================================================== -FLAC - 1.3.0 - Contents +FLAC - 1.3.1pre1 - Contents =============================================================================== - Introduction diff --git a/build/config.mk b/build/config.mk index d3c64512..8cf0690a 100644 --- a/build/config.mk +++ b/build/config.mk @@ -84,7 +84,7 @@ all default: $(DEFAULT_BUILD) # GNU makefile fragment for emulating stuff normally done by configure # -VERSION=\"1.3.0\" +VERSION=\"1.3.1pre1\" CONFIG_CFLAGS=$(CUSTOM_CFLAGS) -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/configure.ac b/configure.ac index 3ed4e7fe..3b51f56b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # instead of FLAC__ since autoconf triggers off 'AC_' in strings AC_PREREQ(2.60) -AC_INIT([flac], [1.3.0], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/]) +AC_INIT([flac], [1.3.1pre1], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/flac/main.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0d42fef7..1a47e8ab 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -23,7 +23,7 @@ PROJECT_NAME = FLAC # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.3.0 +PROJECT_NUMBER = 1.3.1pre1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html index 12a5bd78..95bdd008 100644 --- a/doc/html/documentation_bugs.html +++ b/doc/html/documentation_bugs.html @@ -42,7 +42,7 @@