From d529e5982028a8d38ed766b97c9f5e3b9b92e894 Mon Sep 17 00:00:00 2001 From: Yifan Lu Date: Sun, 7 Jul 2013 01:22:26 -0700 Subject: [PATCH] Bumped version information --- configure.ac | 2 +- src/opencma.h | 2 +- src/vitamtp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 66ce391..b91e277 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.52]) -AC_INIT([vitamtp], [2.1.0], [support@yifanlu.com]) +AC_INIT([vitamtp], [2.2.0], [support@yifanlu.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/vitamtp.c]) diff --git a/src/opencma.h b/src/opencma.h index 4214f15..4a3f82e 100644 --- a/src/opencma.h +++ b/src/opencma.h @@ -26,7 +26,7 @@ struct stat; struct FTW; -#define OPENCMA_VERSION_STRING "OpenCMA 1.1 Beta" +#define OPENCMA_VERSION_STRING "OpenCMA 2.1 Beta" #define OPENCMA_REQUEST_PORT 9309 #define OPENCMA_CONNECTION_TRIES 10 // Our object ids will start at 1000 to prevent conflict with the master ohfi diff --git a/src/vitamtp.h b/src/vitamtp.h index f09fe25..e4f0373 100644 --- a/src/vitamtp.h +++ b/src/vitamtp.h @@ -494,7 +494,7 @@ typedef int (*register_device_callback_t)(wireless_vita_info_t *info, int *p_err * Version information on VitaMTP. */ #define VITAMTP_VERSION_MAJOR 2 -#define VITAMTP_VERSION_MINOR 1 +#define VITAMTP_VERSION_MINOR 2 #define VITAMTP_PROTOCOL_FW_2_10 1500010 #define VITAMTP_PROTOCOL_FW_2_00 1400010 #define VITAMTP_PROTOCOL_FW_1_60 1200010