We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f6cc5 commit e941b00Copy full SHA for e941b00
lcm-lua/rock/lcm-1.5.0-0.rockspec lcm-lua/rock/lcm-1.5.1-0.rockspec
@@ -1,5 +1,5 @@
1
package = "lcm"
2
-version = "1.5.0-0"
+version = "1.5.1-0"
3
source = {
4
url = "http://github.com/lcm-proj/lcm"
5
}
lcm/lcm_version.h
@@ -5,7 +5,7 @@
#define LCM_VERSION_MINOR 5
6
7
/// LCM release patch version - the Z in version X.Y.Z
8
-#define LCM_VERSION_PATCH 0
+#define LCM_VERSION_PATCH 1
9
10
/// LCM ABI version
11
#define LCM_ABI_VERSION 1
0 commit comments