Skip to content

Commit e941b00

Browse files
committed
Release 1.5.1
1 parent 71f6cc5 commit e941b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lcm-lua/rock/lcm-1.5.0-0.rockspec lcm-lua/rock/lcm-1.5.1-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "lcm"
2-
version = "1.5.0-0"
2+
version = "1.5.1-0"
33
source = {
44
url = "http://github.com/lcm-proj/lcm"
55
}

lcm/lcm_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define LCM_VERSION_MINOR 5
66

77
/// LCM release patch version - the Z in version X.Y.Z
8-
#define LCM_VERSION_PATCH 0
8+
#define LCM_VERSION_PATCH 1
99

1010
/// LCM ABI version
1111
#define LCM_ABI_VERSION 1

0 commit comments

Comments
 (0)