Skip to content

Commit

Permalink
Bump version number to 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Jun 9, 2020
1 parent a5a19a8 commit a6bb2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion matreshka/maintainer-tools/mkdist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

VERSION=19.0
VERSION=20.0

svn export svn://forge.ada-ru.org/matreshka/trunk/matreshka matreshka-$VERSION
# full distribution
Expand Down
4 changes: 2 additions & 2 deletions matreshka/tools/configure/configure-version.adb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- --
------------------------------------------------------------------------------
-- --
-- Copyright © 2013-2018, Vadim Godunko <[email protected]> --
-- Copyright © 2013-2020, Vadim Godunko <[email protected]> --
-- All rights reserved. --
-- --
-- Redistribution and use in source and binary forms, with or without --
Expand Down Expand Up @@ -46,7 +46,7 @@

procedure Configure.Version is
Version_Name : constant Unbounded_String := +"VERSION";
Version_Value : constant Unbounded_String := +"19.0";
Version_Value : constant Unbounded_String := +"20.0";

begin
Substitutions.Insert (Version_Name, Version_Value);
Expand Down

0 comments on commit a6bb2a2

Please sign in to comment.