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

github.com/neutrinolabs/libpainter.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:54:24 +0300
committerIdan Freiberg <speidy@gmail.com>2017-03-30 08:29:27 +0300
commitcc66c2c55d628732a87becfb0f4d215d5480874c (patch)
tree616504eb03bd598b93bfeb72dfb6bfe1397605ea
parent4eb8c08c40872371e818bb4df05ed7bda0296e6f (diff)
bump version numberv0.1.1master
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a56957..7ebe599 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([libpainter], [0.1.0], [xrdp-devel@googlegroups.com])
+AC_INIT([libpainter], [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])