Commit f3cf508d authored by Ed Reel's avatar Ed Reel

Bump crew version

parent 51a60917
# Defines common constants used in different parts of crew
CREW_VERSION = '1.4.0'
CREW_VERSION = '1.4.1'
ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment