Skip to content

Commit

Permalink
just update the lib version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
horacex committed Mar 18, 2013
1 parent 7a5fd82 commit c412753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmosquitto/mosquitto.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extern "C" {

#define LIBMOSQUITTO_MAJOR 1
#define LIBMOSQUITTO_MINOR 1
#define LIBMOSQUITTO_REVISION 2
#define LIBMOSQUITTO_REVISION 3
#define LIBMOSQUITTO_VERSION_NUMBER (LIBMOSQUITTO_MAJOR*1000000+LIBMOSQUITTO_MINOR*1000+LIBMOSQUITTO_REVISION)

/* Log types */
Expand Down

0 comments on commit c412753

Please sign in to comment.