bump version to 1.0.0 and add man page for sed

This commit is contained in:
2026-06-09 00:30:16 -05:00
parent c84de3418b
commit 0f378d8cb7
2 changed files with 273 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
project(
'sedpp',
'cpp',
version: '0.1.0',
version: '1.0.0',
default_options: [
'cpp_std=c++20',
'warning_level=3',
@@ -11,6 +11,8 @@ project(
subdir('sed')
install_man('man/sed.1')
# Run the upstream GNU sed 4.10 behavioral suite against the local executable.
# The wrapper downloads/builds GNU sed only to reuse its tests.
gnu_sed_tests = find_program('scripts/run-gnu-sed-tests.sh')