[Mp4h-devel]CVS: mp4h/src version.c,1.63,1.64
Brought to you by:
barbier
|
From: Denis B. <ba...@us...> - 2001-10-25 22:11:47
|
Update of /cvsroot/mp4h/mp4h/src
In directory usw-pr-cvs1:/tmp/cvs-serv4652/src
Modified Files:
version.c
Log Message:
Version bump
Index: version.c
===================================================================
RCS file: /cvsroot/mp4h/mp4h/src/version.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- version.c 2001/10/18 07:32:17 1.63
+++ version.c 2001/10/25 22:11:45 1.64
@@ -8,7 +8,7 @@
#ifndef _SRC_VERSION_C_
#define _SRC_VERSION_C_
-#define MP4H_VERSION 0x102202
+#define MP4H_VERSION 0x102203
typedef struct {
const int v_hex;
@@ -32,13 +32,13 @@
#undef _SRC_VERSION_C_AS_HEADER_
mp4h_version_t mp4h_version = {
- 0x102202,
- "1.2.2",
- "1.2.2 (18-Oct-2001)",
- "This is mp4h, Version 1.2.2 (18-Oct-2001)",
- "mp4h 1.2.2 (18-Oct-2001)",
- "mp4h/1.2.2",
- "@(#)mp4h 1.2.2 (18-Oct-2001)",
+ 0x102203,
+ "1.2.3",
+ "1.2.3 (26-Oct-2001)",
+ "This is mp4h, Version 1.2.3 (26-Oct-2001)",
+ "mp4h 1.2.3 (26-Oct-2001)",
+ "mp4h/1.2.3",
+ "@(#)mp4h 1.2.3 (26-Oct-2001)",
"$Id$"
};
|