Change version number to 0.3
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 17 Dec 2000 19:11:16 +0000 (19:11 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 17 Dec 2000 19:11:16 +0000 (19:11 +0000)
doc/index.html
include/FLAC/format.h

index 4a1043f..fa2191e 100644 (file)
@@ -57,7 +57,7 @@
        <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR BGCOLOR="#000000"><TD><IMG SRC="images/1x1.gif" WIDTH="1" HEIGHT="1" ALT=""></TD></TR></TABLE>
        <TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
        <TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
-       <P>FLAC is currently in the alpha stage.  The current version is 0.2.  The format is well defined but may change enough before becoming beta to break older streams.  It also has not gone through enough testing yet to be considered archival quality.  You should keep those two things in mind when using any alpha or beta versions of FLAC.</P>
+       <P>FLAC is currently in the alpha stage.  The current version is 0.3.  The format is well defined but may change enough before becoming beta to break older streams.  It also has not gone through enough testing yet to be considered archival quality.  You should keep those two things in mind when using any alpha or beta versions of FLAC.</P>
        <P>That said, we intend to settle on the format quickly, then start releasing beta versions.  If you use FLAC and have suggestions or bugs, please <A HREF="http://sourceforge.net/mail/?group_id=13478">join the mailing list</A> or <A HREF="http://sourceforge.net/project/memberlist.php?group_id=13478">developers group</A> and help us move to an official 1.0 version.</P>
        </FONT>
        </TD></TR>
index 2de59a5..57d8dd3 100644 (file)
@@ -36,7 +36,7 @@
 #define FLAC__MAX_FIXED_ORDER (4u)
 #define FLAC__MAX_RICE_PARTITION_ORDER (15u)
 
-#define FLAC__VERSION_STRING "0.2"
+#define FLAC__VERSION_STRING "0.3"
 extern const unsigned FLAC__MAJOR_VERSION;
 extern const unsigned FLAC__MINOR_VERSION;