Skip to content

Commit 034aa04

Browse files
committed
CRAN release 0.5.5
1 parent 250277f commit 034aa04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nanonext
22
Type: Package
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 0.5.4.9000
4+
Version: 0.5.5
55
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66
a socket library providing high-performance scalability protocols,
77
implementing a cross-platform standard for messaging and communications.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nanonext 0.5.4.9000 (development)
1+
# nanonext 0.5.5
22

33
#### Updates
44

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ then
3939
PKG_LIBS="-L/usr/local/lib $PKG_LIBS"
4040
fi
4141
else
42-
echo "Detecting cmake..."
42+
echo "Detecting 'cmake'..."
4343
which cmake
4444
if [ $? -ne 0 ]
4545
then

0 commit comments

Comments
 (0)