Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
git-svn-id: https://lcm.googlecode.com/svn/trunk@820 989093bb-e83e-0410-a25a-9184cbcad8d0
  • Loading branch information
ashuang committed Jul 29, 2014
1 parent a41d26a commit 10bc107
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([lcm], 1.1.0)
AC_INIT([lcm], 1.1.1)
AC_CONFIG_SRCDIR([lcm/lcm.h])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
Expand All @@ -23,7 +23,7 @@ dnl 3. If the interface changes consist solely of additions, increment AGE.
dnl 4. If the interface has removed or changed elements, set AGE to 0.
dnl ---------------------------------------------------------------------------
LIBLCM_AGE=3
LIBLCM_REVISION=0
LIBLCM_REVISION=1
LIBLCM_CURRENT=4
AC_SUBST(LIBLCM_AGE)
AC_SUBST(LIBLCM_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion lcm-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
libraries=libraries,
extra_compile_args=extra_compile_args)

setup(name="lcm", version="1.1.0",
setup(name="lcm", version="1.1.1",
ext_modules=[pylcm_extension],
packages=["lcm"])
2 changes: 1 addition & 1 deletion lcm/lcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ int lcm_subscription_set_queue_capacity(lcm_subscription_t* handler, int num_mes

#define LCM_MAJOR_VERSION 1
#define LCM_MINOR_VERSION 1
#define LCM_MICRO_VERSION 0
#define LCM_MICRO_VERSION 1

/**
* @}
Expand Down

0 comments on commit 10bc107

Please sign in to comment.