We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed68e5 commit db69780Copy full SHA for db69780
lkql_jit/cli/src/main/java/com/adacore/lkql_jit/cli/LKQLMain.java
@@ -23,7 +23,9 @@
23
LKQLRefactor.class,
24
},
25
description = "Unified driver for LKQL (Langkit query language). Allows you to run LKQL " +
26
- "scripts or apply specific checks on a given Ada codebase"
+ "scripts or apply specific checks on a given Ada codebase",
27
+ // Version information are substituted by anod for production builds
28
+ version = { "lkql 26.0w (unknown date)", "Copyright (C) 2004-2025, AdaCore." }
29
)
30
public class LKQLMain implements Callable<Integer> {
31
0 commit comments