From cb11d1c523bc90d3a2c5b19aa17cc0e22db55c6c Mon Sep 17 00:00:00 2001 From: Paul Jarrett Date: Sun, 1 Dec 2024 12:58:36 -0500 Subject: [PATCH] Update version string. --- septum.gpr | 2 +- src/common/sp.ads | 4 ++-- tests/alire.toml | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/septum.gpr b/septum.gpr index 352632a..59d677b 100644 --- a/septum.gpr +++ b/septum.gpr @@ -40,7 +40,7 @@ project Septum is "-c0", -- Don't change comments. "--no-separate-is", "--no-separate-loop-then", - "-l2" -- Compact layoud + "-l2" -- Compact layout ); end Pretty_Printer; diff --git a/src/common/sp.ads b/src/common/sp.ads index 60afca0..e0ea161 100644 --- a/src/common/sp.ads +++ b/src/common/sp.ads @@ -1,7 +1,7 @@ package SP - with Pure + with Pure is - Version : constant String := "0.0.7"; + Version : constant String := "0.0.8"; end SP; diff --git a/tests/alire.toml b/tests/alire.toml index 8bd4eb6..bd3b5cf 100644 --- a/tests/alire.toml +++ b/tests/alire.toml @@ -10,18 +10,18 @@ executables = ["septum_tests"] [build-switches] "*".Compile_Checks = "Warnings" -"*".Debug_Info = "Yes" -"*".Contracts = "Yes" -"*".Runtime_Checks = [ +"Development".Debug_Info = "Yes" +"Development".Contracts = "Yes" +"Development".Runtime_Checks = [ "-gnato", # Enable numeric overflow checking; "-fstack-check", # Stack overflow checking - "-gnatVa" # All validity checks + "-gnatVa", # All validity checks ] "*".Ada_Version = "Ada2022" "*".Style_Checks = [ "-gnaty-d", # Disable no DOS line terminators "-gnatyM120", # Maximum line length - "-gnatyO" # Overriding subprograms explicitly marked as such] + "-gnatyO", # Overriding subprograms explicitly marked as such] ] [[depends-on]] @@ -31,16 +31,16 @@ septum = "~0.0.8" trendy_test = "~0.0.3" # Septum deps -[[depends-on]] # Added by alr -dir_iterators = "~0.0.4" # Added by alr -[[depends-on]] # Added by alr -progress_indicators = "~0.0.1" # Added by alr -[[depends-on]] # Added by alr -trendy_terminal = "~0.0.5" # Added by alr +[[depends-on]] # Added by alr +dir_iterators = "~0.0.4" # Added by alr +[[depends-on]] # Added by alr +progress_indicators = "~0.0.1" # Added by alr +[[depends-on]] # Added by alr +trendy_terminal = "~0.0.5" # Added by alr [[pins]] septum = { path = ".." } #trendy_test = { url = "https://github.com/pyjarrett/trendy_test", branch="main" } #trendy_test = { path='../../trendy_test' } # Added by alr -[[depends-on]] # Added by alr -atomic = "~0.5.0" # Added by alr +[[depends-on]] # Added by alr +atomic = "~0.5.0" # Added by alr