diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-06-09 20:27:20 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-06-09 20:27:20 -0400 |
commit | df14bac653aa01b375d0fd770c4ebbb44e4d19f7 (patch) | |
tree | dfb5a96ef7956f330841e24aa71c95898af0f871 | |
parent | fe3032d66691a01d0a970dda3fa33f39b2c4cf5b (diff) | |
download | LR-87-df14bac653aa01b375d0fd770c4ebbb44e4d19f7.tar.gz LR-87-df14bac653aa01b375d0fd770c4ebbb44e4d19f7.zip |
Removed a debug output. Updated versioning for snaps.
-rw-r--r-- | layout.f90 | 4 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
2 files changed, 1 insertions, 5 deletions
@@ -59,10 +59,6 @@ contains if(walker%line_type == line_type_text .and. .not. associated(walker%breaks)) then walker%breaks => calculate_wrapping(rendering_engine, walker%text) end if - - if(associated(walker%breaks)) then - Print *, "Associated" - end if select case (walker%line_type) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 275f2ca..a016699 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: lr87 base: core18 -version: '0.7' +version: '0.8' summary: LR-87 is a overly simple dumb-terminal gemini client description: | LR-87 is a simple implementation of a client for launching into the world of the |