Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
7dfd40de
Commit
7dfd40de
authored
Sep 25, 2002
by
Josh Coalson
Browse files
bump the version number from 1.0.4_beta to 1.0.4
parent
da2dcd04
Changes
13
Hide whitespace changes
Inline
Side-by-side
README
View file @
7dfd40de
...
...
@@ -39,7 +39,7 @@ License (GFDL).
===============================================================================
FLAC - 1.0.4
_beta
- Contents
FLAC - 1.0.4 - Contents
===============================================================================
- Introduction
...
...
build/config.mk
View file @
7dfd40de
...
...
@@ -19,7 +19,7 @@
# GNU makefile fragment for emulating stuff normally done by configure
#
VERSION
=
\"
1.0.4
_beta
\"
VERSION
=
\"
1.0.4
\"
ORDINALS_H
=
../../include/FLAC/ordinals.h
...
...
configure.in
View file @
7dfd40de
...
...
@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 1.0.4
_beta
)
AM_INIT_AUTOMAKE(flac, 1.0.4)
# Function to configure paths for id3lib; search for 'meat' to get to the end.
# adapted from ogg.m4
...
...
flac.pbproj/project.pbxproj
View file @
7dfd40de
...
...
@@ -844,7 +844,7 @@
buildSettings
=
{
HEADER_SEARCH_PATHS
=
include
;
OPTIMIZATION_CFLAGS
=
"-O3"
;
OTHER_CFLAGS
=
"-D
FLAC__
VERSION
_STRING
=\\\\\\\"1.0.4
_beta
\\\\\\\""
;
OTHER_CFLAGS
=
"-DVERSION=\\\\\\\"1.0.4\\\\\\\""
;
OTHER_LDFLAGS
=
""
;
OTHER_REZFLAGS
=
""
;
PRODUCT_NAME
=
flac
;
...
...
@@ -1721,7 +1721,7 @@
buildSettings
=
{
HEADER_SEARCH_PATHS
=
include
;
OPTIMIZATION_CFLAGS
=
"-O3"
;
OTHER_CFLAGS
=
"-D
FLAC__
VERSION
_STRING
=\\\\\\\"1.0.4
_beta
\\\\\\\""
;
OTHER_CFLAGS
=
"-DVERSION=\\\\\\\"1.0.4\\\\\\\""
;
OTHER_LDFLAGS
=
""
;
OTHER_REZFLAGS
=
""
;
PRODUCT_NAME
=
metaflac
;
...
...
src/flac/Makefile.vc
View file @
7dfd40de
...
...
@@ -21,10 +21,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4_beta
\"
-DFLAC__HAS_OGG
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DFLAC__HAS_OGG
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4_beta
\"
-DFLAC__HAS_OGG
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DFLAC__HAS_OGG
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/libFLAC/Makefile.vc
View file @
7dfd40de
...
...
@@ -22,10 +22,10 @@ NASM=nasmw
!IFDEF
DEBUG
.c.obj
:
$(cc)
/D
"_LIB"
/D
FLAC__CPU_IA32
/D
FLAC__HAS_NASM
/D NO_VFORK /D
FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
".
\i
nclude"
/I
"..
\.
.
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/D
"_LIB"
-DVERSION
=
\"
1.0.4
\"
-D
FLAC__CPU_IA32
-D
FLAC__HAS_NASM
-D
FLAC__OVERFLOW_DETECT
/GX
$(cdebug)
$(cflags)
/I
".
\i
nclude"
/I
"..
\.
.
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/D
"_LIB"
/D
FLAC__CPU_IA32
/D
FLAC__HAS_NASM
/D NO_VFORK
/O2
$(crelease)
$(cflags)
/I
".
\i
nclude"
/I
"..
\.
.
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
$(cc)
/D
"_LIB"
-DVERSION
=
\"
1.0.4
\"
-D
FLAC__CPU_IA32
-D
FLAC__HAS_NASM
/O2
$(crelease)
$(cflags)
/I
".
\i
nclude"
/I
"..
\.
.
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/metaflac/Makefile.vc
View file @
7dfd40de
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/plugin_winamp2/Makefile.vc
View file @
7dfd40de
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
/GX
$(cdebug)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/GX
$(cdebug)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
$(cvarsdll)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
/I
".."
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/test_libFLAC++/Makefile.vc
View file @
7dfd40de
...
...
@@ -21,10 +21,10 @@ SUFFIXES = .cc
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
-DNODEBUG
$<
!endif
!IFDEF
DEBUG
...
...
src/test_libFLAC/Makefile.vc
View file @
7dfd40de
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\l
ibFLAC
\i
nclude"
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/test_libOggFLAC++/Makefile.vc
View file @
7dfd40de
...
...
@@ -21,10 +21,10 @@ SUFFIXES = .cc
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
-DNODEBUG
$<
!endif
!IFDEF
DEBUG
...
...
src/test_libOggFLAC/Makefile.vc
View file @
7dfd40de
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
src/test_streams/Makefile.vc
View file @
7dfd40de
...
...
@@ -19,10 +19,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
/Od /D
"_DEBUG"
$<
$(cc)
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
_beta
\"
-YX
-DNODEBUG
$<
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-DVERSION
=
\"
1.0.4
\"
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment