Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Bumped version information
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanlu committed Jul 7, 2013
1 parent dd7a303 commit d529e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.52])
AC_INIT([vitamtp], [2.1.0], [[email protected]])
AC_INIT([vitamtp], [2.2.0], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/vitamtp.c])
Expand Down
2 changes: 1 addition & 1 deletion src/opencma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/vitamtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d529e59

Please sign in to comment.