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:
authorspeidy <speidy@gmail.com>2017-03-27 07:59:27 +0300
committerIdan Freiberg <speidy@gmail.com>2017-03-30 08:17:33 +0300
commita80938d5367a560a1994abf7d664252ee2348a84 (patch)
treeba1195cfb8855b81ef91c84bec71578c07412027
parent2d24fce3f8b5a54e77fbea4f917d038ccc829035 (diff)
bump version numberv0.1.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d85b01..d29f8d3 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.0], [xrdp-devel@googlegroups.com])
+AC_INIT([rfxcodec], [0.1.1], [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])