diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-03-09 22:05:38 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-03-09 22:05:38 +0100 |
commit | b9a4e9c8a68dcb6b17617f4f7a5ad5ad3298bfa9 (patch) | |
tree | 55b47f0b304ebea5608d98f0a978b150e5ab30c8 /bin/gcstar | |
parent | 126bb8cb6b93240bb4d3a2b816b74c286c3d422b (diff) |
Imported Upstream version 1.7.1upstream/1.7.1upstream
Diffstat (limited to 'bin/gcstar')
-rw-r--r-- | bin/gcstar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ if ($ENV{GCS_PROFILING} > 0) eval '$initTime = [Time::HiRes::gettimeofday()]'; } -my $VERSION = '1.7.0'; +my $VERSION = '1.7.1'; my $MULTI_PROCESS = ((!exists $ENV{GCS_PROFILING}) || ($ENV{GCS_PROFILING} == 0)); |