Skip to content

Commit fa4adcc

Browse files
committed
release v1.3.2
1 parent eec00e2 commit fa4adcc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ReplayGain for wave files, v1.3.1
1+
ReplayGain for wave files, v1.3.2
22

33
WaveGain is an application of the ReplayGain algorithms to standard PCM wave
44
files. Calculated gain adjustments are applied directly to the audio data,
@@ -185,4 +185,4 @@ Additional code by Magnus Holmgren, Gian-Carlo Pascutto, and Tycho
185185
Wildcards (?, *) can be used in the filename, or '-' for stdin.
186186

187187

188-
wavegain-1.3.1
188+
wavegain-1.3.2

doc/manual/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22
<HTML>
33
<HEAD>
4-
<TITLE>WaveGain v1.3.1</TITLE>
4+
<TITLE>WaveGain v1.3.2</TITLE>
55
</HEAD>
66
<BODY>
7-
<H1>WaveGain v1.3.1</H2>
7+
<H1>WaveGain v1.3.2</H2>
88
<P>
99
WaveGain is an application of the ReplayGain algorithms to standard PCM wave
1010
files. Calculated gain adjustments are applied directly to the audio data,

main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define MAIN_H
33

44
/* Some version numbers */
5-
#define WAVEGAIN_VERSION "1.3.1"
5+
#define WAVEGAIN_VERSION "1.3.2"
66

77
#define BUFFER_LEN 16384
88
#define LOG_NAME "WGLog.txt"

0 commit comments

Comments
 (0)