diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-06-15 16:30:19 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-06-15 17:32:24 +0100 |
commit | 14e463c24cd6c143ede7d58ce0eac35c9c25853a (patch) | |
tree | b093097fd74544d7c9a10f338020616b6834dcb2 | |
parent | 931fc19bd91ec8c47c034c58581de2db25d67e99 (diff) |
Bump version to 2.0.0HEADxwinclip-2.0.0master
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7390b59..0097a47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Auto* initialization -AC_INIT(xwinclip, 1.2.0) +AC_INIT(xwinclip, 2.0.0) AC_CONFIG_SRCDIR(xwinclip.c) AC_CANONICAL_HOST |