diff --git a/crew b/crew index 3665716b4..5e11ff531 100755 --- a/crew +++ b/crew @@ -261,6 +261,7 @@ def const (var) 'CREW_NPROC', 'CREW_PREFIX', 'CREW_VERSION', + 'HOME', 'USER' ] vars.each { |var| diff --git a/lib/const.rb b/lib/const.rb index 7457de5db..8a3118001 100644 --- a/lib/const.rb +++ b/lib/const.rb @@ -1,6 +1,6 @@ # Defines common constants used in different parts of crew -CREW_VERSION = '1.1.0' +CREW_VERSION = '1.1.1' ARCH = `uname -m`.strip ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end