From 8d51dbb5be4e1b5d7e1d324eb4b4eacbda103307 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 7 Jan 2022 12:39:57 +0100 Subject: [PATCH] bump version to 0.8.5 (cherry picked from commit 7fb0c0cc681f36be2ad12091ef93a41671f32738) --- build.zig | 2 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig b/build.zig index b7f0ac9..d33af43 100644 --- a/build.zig +++ b/build.zig @@ -24,7 +24,7 @@ pub fn build(b: *std.build.Builder) void { "st.c", "x.c", }, &.{ - "-DVERSION=\"0.8.4.1\"", + "-DVERSION=\"0.8.5.1\"", "-D_XOPEN_SOURCE=600", "-Wall", "-Werror", diff --git a/config.mk b/config.mk index c070a4a..4c4c5d5 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.8.4 +VERSION = 0.8.5 # Customize below to fit your system