Skip to content

Commit

Permalink
Bumped version for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Aug 6, 2012
1 parent fd8c358 commit 9bbef5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
CZMQ version 1.3.0 (stable), released on 2012/xx/xx
===================================================

Changes
-------


CZMQ version 1.2.0 (stable), released on 2012/08/06
===================================================

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_PREREQ(2.61)
# The version in git should reflect the *next* version planned.
# Version must be MAJOR.MINOR.PATCH otherwise things will break.
#
AC_INIT([czmq],[1.2.0],[zeromq-dev@lists.zeromq.org])
AC_INIT([czmq],[1.3.0],[zeromq-dev@lists.zeromq.org])

AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion include/czmq.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// CZMQ version macros for compile-time API detection

#define CZMQ_VERSION_MAJOR 1
#define CZMQ_VERSION_MINOR 2
#define CZMQ_VERSION_MINOR 3
#define CZMQ_VERSION_PATCH 0

#define CZMQ_MAKE_VERSION(major, minor, patch) \
Expand Down

0 comments on commit 9bbef5e

Please sign in to comment.