Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Jun 23, 2014
1 parent a02c6a3 commit db56421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ find_package(Jansson REQUIRED)
include_directories(${JANSSON_INCLUDE_DIR})

set (wyliodrin_VERSION_MAJOR 1)
set (wyliodrin_VERSION_MINOR 2)
set (wyliodrin_VERSION_MINOR 4)
set (wyliodrin_VERSION_PATCH 0})

option (GALILEO "Build for the Intel Galileo." OFF)
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_social
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

echo "Installing extra social libraries"
curl -L -k https://www.wyliodrin.com/scripts/install_social.sh | bash
curl -L -k https://www.wyliodrin.com/public/scripts/install_social.sh | bash

0 comments on commit db56421

Please sign in to comment.