bump version to 0.8.5

(cherry picked from commit 7fb0c0cc681f36be2ad12091ef93a41671f32738)
master
Hiltjo Posthuma 3 years ago committed by alex
parent 74ec405404
commit 8d51dbb5be

@ -24,7 +24,7 @@ pub fn build(b: *std.build.Builder) void {
"st.c", "st.c",
"x.c", "x.c",
}, &.{ }, &.{
"-DVERSION=\"0.8.4.1\"", "-DVERSION=\"0.8.5.1\"",
"-D_XOPEN_SOURCE=600", "-D_XOPEN_SOURCE=600",
"-Wall", "-Wall",
"-Werror", "-Werror",

@ -1,5 +1,5 @@
# st version # st version
VERSION = 0.8.4 VERSION = 0.8.5
# Customize below to fit your system # Customize below to fit your system

Loading…
Cancel
Save