Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2022-01-06 07:01:51 +0300
committerKoichiro IWAO <meta@vmeta.jp>2022-01-06 07:01:51 +0300
commitd8f126abc48a1b949a0be27b334099161c06f0fc (patch)
tree2b909959dbd6e398b813a5f8e19ca8bdb58daa0c
parentf0b8e6541879fc54d3810379d8b09fea04aa4371 (diff)
bump version to v0.1.6v0.1.6master
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3cbde12..cb5f497 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.59)
-AC_INIT([rfxcodec], [0.1.5], [xrdp-devel@googlegroups.com])
+AC_INIT([rfxcodec], [0.1.6], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_CONFIG_MACRO_DIR([m4])