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-06-28 16:34:00 +0300
committerKoichiro IWAO <meta@vmeta.jp>2017-06-28 16:34:00 +0300
commit0529c86405ac959a0f1a0c1464abc1509b67d589 (patch)
treeaea4fa916dd072ec723aba5f1b2dc59d85250a18
parentd58093ac2fe73fc37c59ef6e5ce8a54126d786fa (diff)
bump version to v0.1.2v0.1.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d29f8d3..d4f4fe1 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.1], [xrdp-devel@googlegroups.com])
+AC_INIT([rfxcodec], [0.1.2], [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])