shithub: aacenc

Download patch

ref: 140302ba4debaf96fa65cfb96ab6223df7bb153c
parent: 1cd76b1068dd8a7d1533402d896bd8b343d0e24e
author: danchr <danchr>
date: Mon May 3 07:37:17 EDT 2004

bump version to unstable 1.24+

--- a/libfaac/frame.c
+++ b/libfaac/frame.c
@@ -16,7 +16,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: frame.c,v 1.60 2004/04/13 13:47:33 danchr Exp $
+ * $Id: frame.c,v 1.61 2004/05/03 11:37:16 danchr Exp $
  */
 
 /*
@@ -51,7 +51,7 @@
 #if FAAC_RELEASE
 static char *libfaacName = FAAC_VERSION;
 #else
-static char *libfaacName = FAAC_VERSION " (" __DATE__ ") UNSTABLE";
+static char *libfaacName = FAAC_VERSION "+ (" __DATE__ ") UNSTABLE";
 #endif
 static char *libCopyright =
   "FAAC - Freeware Advanced Audio Coder (http://www.audiocoding.com/)\n"
@@ -948,6 +948,9 @@
 
 /*
 $Log: frame.c,v $
+Revision 1.61  2004/05/03 11:37:16  danchr
+bump version to unstable 1.24+
+
 Revision 1.60  2004/04/13 13:47:33  danchr
 clarify release <> unstable status
 
--- a/libfaac/version.h
+++ b/libfaac/version.h
@@ -1,7 +1,7 @@
 #ifndef _VERSION_H_
 #define _VERSION_H_
 
-#define FAAC_RELEASE 1
+#define FAAC_RELEASE 0
 
 #define FAAC_VERSION "1.24"