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>2017-12-14 09:15:37 +0300
committerKoichiro IWAO <meta@vmeta.jp>2017-12-14 09:15:37 +0300
commitef68593b7d19c89cff2a2d27c6ab3cc5f33611da (patch)
tree319939e6d562831ef6e332bf6cd03210902a4c73
parent8b531990580a54cbf8bdcb54e2c2d25ec049f7cf (diff)
bump version to v0.1.4v0.1.4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98a4db6..9e0c7c9 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.3], [xrdp-devel@googlegroups.com])
+AC_INIT([rfxcodec], [0.1.4], [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])