From 1dc074f73f718bf7df33235a287273362d582243 Mon Sep 17 00:00:00 2001 From: "Mark A. Tsuchida" Date: Sat, 30 Dec 2023 13:08:19 -0600 Subject: [PATCH] Version 0.1.0 --- meson.build | 2 +- ss8str.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 2fbdc4b..a042fa6 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'ssstr', 'c', 'cpp', - version: '0.1.0-dev', + version: '0.1.0', license: 'MIT', meson_version: '>=0.62.0', default_options: [ diff --git a/ss8str.h b/ss8str.h index b1586b3..fa170b9 100644 --- a/ss8str.h +++ b/ss8str.h @@ -1,5 +1,5 @@ /* - * ss8str.h, version 0.1.0-dev + * ss8str.h, version 0.1.0 * * This file is part of the Ssstr string library. * Copyright 2022-2023 Board of Regents of the University of Wisconsin System