From a35cf1a1fdde38c8fc53d1f36ccf2e17fe6eb8db Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 20 Apr 2022 00:41:53 +0200 Subject: [PATCH] release 1.0.0 alpha1 No functional changes since the last commit. I decided that I have nothing significant to actually change and am pretty happy with how it is, so just ship it. --- README.md | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d33f661..69dcf71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libcubescript +# libcubescript 1.0.0 alpha1 [![Build Status](https://github.com/octaforge/libcubescript/actions/workflows/build.yaml/badge.svg)](https://github.com/octaforge/libcubescript/actions) @@ -72,7 +72,7 @@ readiness. You are encouraged to test things and report bugs; contributions of any kind are also welcome (you can use pull requests in our Gitea instance as well as the GitHub mirror). -Our primary means of communication is the `#octaforge` IRC channel on Freenode. +Our primary means of communication is the `#octaforge` IRC channel on OFTC. ### Threads diff --git a/meson.build b/meson.build index 1a5dc3d..79cd51d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libcubescript', ['cpp'], - version: '0.1.0', + version: '1.0.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=3', 'cpp_rtti=false', 'cpp_std=none'