meson: set package version to 1.0.1

This commit is contained in:
Thomas Weißschuh
2022-10-01 09:49:27 +02:00
parent 8358f3eabc
commit 69a8923526
+1 -1
View File
@@ -13,7 +13,7 @@
# limitations under the License.
project('lc3', 'c',
version: '1.0.0',
version: '1.0.1',
license: 'Apache-2.0',
meson_version: '>= 0.47.0',
default_options: ['b_lto=true'])