summaryrefslogtreecommitdiff
path: root/tex/context/base/core-uti.lua
diff options
context:
space:
mode:
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