Skip to content

Commit ef039ee

Browse files
author
Damian Rouson
committed
Bumping version to 1.2.1 and updating prerequisite flex version number.
Signed-off-by: Damian Rouson <[email protected]>
1 parent b59b8bd commit ef039ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

33
#Name project and specify source languages
4-
project(opencoarrays VERSION 1.2.0 LANGUAGES C Fortran)
4+
project(opencoarrays VERSION 1.2.1 LANGUAGES C Fortran)
55

66
#Print an error message on an attempt to build inside the source directory tree:
77
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")

install_prerequisites/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!bin/bash
22
#
33
# build
44
#
@@ -84,7 +84,7 @@ set_default_version()
8484
"gcc:trunk"
8585
"mpich:3.1.4"
8686
"wget:1.16.3"
87-
"flex:2.6.0rc1"
87+
"flex:2.6.0"
8888
"pkg-config:0.28"
8989
"make:4.1"
9090
"_unknown:0"

0 commit comments

Comments
 (0)