Index: /libmpc/trunk/include/mpc/mpcdec.h
===================================================================
--- /libmpc/trunk/include/mpc/mpcdec.h	(revision 418)
+++ /libmpc/trunk/include/mpc/mpcdec.h	(revision 419)
@@ -141,5 +141,5 @@
  * @return the chapter information structure
  */
-MPC_API mpc_chap_info * mpc_demux_chap(mpc_demux * d, int chap_nb);
+MPC_API mpc_chap_info const * mpc_demux_chap(mpc_demux * d, int chap_nb);
 
 #ifdef __cplusplus
Index: /libmpc/trunk/libmpcdec/mpc_demux.c
===================================================================
--- /libmpc/trunk/libmpcdec/mpc_demux.c	(revision 418)
+++ /libmpc/trunk/libmpcdec/mpc_demux.c	(revision 419)
@@ -382,5 +382,5 @@
  * @return the chapter information structure
  */
-mpc_chap_info * mpc_demux_chap(mpc_demux * d, int chap_nb)
+mpc_chap_info const * mpc_demux_chap(mpc_demux * d, int chap_nb)
 {
 	if (d->chap_nb == -1)
Index: /libmpc/trunk/mpcchap/mpcchap.c
===================================================================
--- /libmpc/trunk/mpcchap/mpcchap.c	(revision 418)
+++ /libmpc/trunk/mpcchap/mpcchap.c	(revision 419)
@@ -117,5 +117,5 @@
 		}
 		if (ntags > 0) tag_len += 24 + ntags * 9;
-		
+
 		offset_size = encodeSize(chap_pos, sample_offset, MPC_FALSE);
 		tag_len = encodeSize(tag_len + 4 + offset_size + 2, block_header + 2, MPC_TRUE);
@@ -226,5 +226,5 @@
 	int i;
 	FILE * out_file;
-	mpc_chap_info * chap;
+	mpc_chap_info const * chap;
 
 	if (chap_nb <= 0)
Index: /libmpc/trunk/mpcenc/config.h
===================================================================
--- /libmpc/trunk/mpcenc/config.h	(revision 418)
+++ /libmpc/trunk/mpcenc/config.h	(revision 419)
@@ -32,5 +32,5 @@
 
 #define MPCENC_MAJOR 1
-#define MPCENC_MINOR 27
+#define MPCENC_MINOR 28
 #define MPCENC_BUILD 0
 
Index: /libmpc/trunk/mpcenc/mpcenc.c
===================================================================
--- /libmpc/trunk/mpcenc/mpcenc.c	(revision 418)
+++ /libmpc/trunk/mpcenc/mpcenc.c	(revision 419)
@@ -71,5 +71,5 @@
 #define MPCENC_VERSION cat(MPCENC_MAJOR,MPCENC_MINOR,MPCENC_BUILD)
 
-const char    About []        = "MPC Encoder " MPCENC_VERSION " (C) 1999-2007 Buschmann/Klemm/Piecha/MDT\nBuilt " __DATE__ " " __TIME__;
+const char    About []        = "MPC Encoder " MPCENC_VERSION " (C) 1999-2008 Buschmann/Klemm/Piecha/MDT\nBuilt " __DATE__ " " __TIME__;
 
 
