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>2019-08-19 11:17:39 +0300
committerKoichiro IWAO <meta@vmeta.jp>2019-08-19 11:17:39 +0300
commit6cb61ab7ca51520e6a5f18db47669e0f6e2ecee8 (patch)
treebf276408608ebe99331262d2562d2d1ae24360bc
parentc06a2d14a63299898896d258e8cd5f2043e8407a (diff)
bump version to v0.1.5v0.1.5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e0c7c9..11b9ed4 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.4], [xrdp-devel@googlegroups.com])
+AC_INIT([rfxcodec], [0.1.5], [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])