summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-06-11 20:24:37 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-06-11 20:24:37 (GMT)
commitab970b034ea6c544fc9668995f53297f80161324 (patch)
treec96e20dce9cd9acb872ed13f1301b74433e3e234
parent02947fdbac91ca51099d5dc1130ce5be4cb3ae73 (diff)
downloadtkdnd-ab970b034ea6c544fc9668995f53297f80161324.zip
tkdnd-ab970b034ea6c544fc9668995f53297f80161324.tar.gz
tkdnd-ab970b034ea6c544fc9668995f53297f80161324.tar.bz2
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93ed414..02959d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ PROJECT ( tkdnd )
## Package version information:
SET ( PKG_NAME ${PROJECT_NAME} )
SET ( PKG_MAJOR_VERSION 2 )
-SET ( PKG_MINOR_VERSION 0 )
+SET ( PKG_MINOR_VERSION 1 )
SET ( PKG_BUILD_VERSION 0 )
## Author:
SET ( PKG_VENDOR "Georgios Petasis" )
diff --git a/configure.in b/configure.in
index ea302e2..5473b90 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------
-AC_INIT([tkdnd], [2.0])
+AC_INIT([tkdnd], [2.1])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.