Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: onox <[email protected]>
  • Loading branch information
onox committed Jul 23, 2019
1 parent a2f124c commit c0509ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

abstract project Config is

Version := "1";
Version := "2";

for Source_Dirs use ();

Expand Down
2 changes: 1 addition & 1 deletion src/dcf-zip.ads
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ package DCF.Zip is
-- Information about this package - e.g., for an "about" box --
-----------------------------------------------------------------

Version : constant String := "1.0.0";
Version : constant String := "2.0.0";

private

Expand Down

0 comments on commit c0509ca

Please sign in to comment.