From 101e652aff69c9967da5d3dd2cf59e8ad8060681 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 15 Apr 2016 13:19:21 -0400 Subject: [PATCH] updated docs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4c0d1bb..3ff7a1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Paper ], 1.1, [https://github.com/snwh/paper-gtk-theme/issues], [paper-gtk-theme], [http://snwh.org/paper]) +AC_INIT([Paper ], 2.0, [https://github.com/snwh/paper-gtk-theme/issues], [paper-gtk-theme], [http://snwh.org/paper]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar]) AC_PREFIX_DEFAULT(/usr/local) AM_SILENT_RULES([yes])