Skip to content

Commit c0509ca

Browse files
committed
Version 2.0.0
Signed-off-by: onox <denkpadje@gmail.com>
1 parent a2f124c commit c0509ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
abstract project Config is
2222

23-
Version := "1";
23+
Version := "2";
2424

2525
for Source_Dirs use ();
2626

src/dcf-zip.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ package DCF.Zip is
194194
-- Information about this package - e.g., for an "about" box --
195195
-----------------------------------------------------------------
196196

197-
Version : constant String := "1.0.0";
197+
Version : constant String := "2.0.0";
198198

199199
private
200200

0 commit comments

Comments
 (0)