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 a2f124c commit c0509caCopy full SHA for c0509ca
config.gpr
@@ -20,7 +20,7 @@
20
21
abstract project Config is
22
23
- Version := "1";
+ Version := "2";
24
25
for Source_Dirs use ();
26
src/dcf-zip.ads
@@ -194,7 +194,7 @@ package DCF.Zip is
194
-- Information about this package - e.g., for an "about" box --
195
-----------------------------------------------------------------
196
197
- Version : constant String := "1.0.0";
+ Version : constant String := "2.0.0";
198
199
private
200
0 commit comments