diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-04-04 18:13:32 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-04-04 18:13:32 +0200 |
commit | e87d09aabfa0036ac2dd8a3355aec04264df4f80 (patch) | |
tree | b1542698628e60f5d55d0e86717c958aaea24be8 /configure.ac | |
parent | 55cc76450b1ff8854e959df0e7a2d2c09d3aaef9 (diff) | |
download | profani-tty-e87d09aabfa0036ac2dd8a3355aec04264df4f80.tar.gz |
Release 0.12.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 616b410c..5e8ae809 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([profanity],[0.12.0],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/]) +AC_INIT([profanity],[0.12.1],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) @@ -24,7 +24,7 @@ AS_CASE([$target_os], AM_INIT_AUTOMAKE([foreign subdir-objects]) -PACKAGE_STATUS="development" +PACKAGE_STATUS="release" ## Get git branch and revision if in development if test "x$PACKAGE_STATUS" = xdevelopment; then |