summaryrefslogtreecommitdiff
path: root/tex/context/base/core-uti.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-12-19 01:20:32 +0200
committerMarius <mariausol@gmail.com>2013-12-19 01:20:32 +0200
commit89a0bbb20443996183d52972334dcd865b70a59d (patch)
tree272faa4497e555ea54de0e154ebf5a9e5b9e22a4 /tex/context/base/core-uti.lua
parent87faa39874b1be6dd136085cd90077b1b760c931 (diff)
downloadcontext-89a0bbb20443996183d52972334dcd865b70a59d.tar.gz
beta 2013.12.19 00:11
Diffstat (limited to 'tex/context/base/core-uti.lua')
-rw-r--r--tex/context/base/core-uti.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/core-uti.lua b/tex/context/base/core-uti.lua
index d626fa67b..ef792c1d8 100644
--- a/tex/context/base/core-uti.lua
+++ b/tex/context/base/core-uti.lua
@@ -36,7 +36,7 @@ local report_passes = logs.reporter("job","passes")
job = job or { }
local job = job
-job.version = 1.23
+job.version = 1.24
job.packversion = 1.02
-- some day we will implement loading of other jobs and then we need
@@ -301,6 +301,8 @@ statistics.register("randomizer", function()
end
end)
+-- a sort of joke (for ctx meeting)
+
local kg_per_watt_per_second = 1 / 15000000
local watts_per_core = 50
local speedup_by_other_engine = 1.2