diff --git a/doc/APIchanges b/doc/APIchanges
index 57b01f68a169630d31afdfc1d2c09803d09d6f21..6daadcc10c78266452578a3d5d4c81354cdc6450 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,7 +12,7 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
-2010-03-15 - r22649 - lavc 52.59.0 - av_dct_init()
+2010-03-23 - r22649 - lavc 52.60.0 - av_dct_init()
   Support DCT-I and DST-I
 
 2010-03-15 - r22540 - lavf 52.56.0 - AVFormatContext.start_time_realtime
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 18048f45be725481083fd169b806e6f6488736b1..cc74e66e1b8da9fb97f281ab7bf53605e78f2dd8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 59
+#define LIBAVCODEC_VERSION_MINOR 60
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \