From d6dd68bcefbb621c033af02ce2227704b5135c39 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 9 Apr 2026 00:16:32 -0400 Subject: [PATCH] Version bump. --- lel-guecs.wrap | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lel-guecs.wrap b/lel-guecs.wrap index 8c799b5..5ce8218 100644 --- a/lel-guecs.wrap +++ b/lel-guecs.wrap @@ -1,5 +1,5 @@ [wrap-git] -directory=lel-guecs-0.7.0 +directory=lel-guecs-0.7.3 url=https://git.learnjsthehardway.com/learn-code-the-hard-way/lel-guecs.git revision=HEAD depth=1 diff --git a/meson.build b/meson.build index 869aa8e..b0cc9cc 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # HEY BUG: when you have a . spec in a LEL it doesn't work on text project('lel-guecs', 'cpp', - version: '0.7.2', + version: '0.7.3', default_options: [ 'cpp_std=c++23', 'cpp_args=-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1',