From c47fed1effcafe929335869baac46f32fbde65c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sat, 8 Sep 2012 14:34:04 -0400 Subject: [PATCH] Post-release version bump to 1.3.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d7559fc2..ad3b786d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([sysprof], [1.2.0]) +AC_INIT([sysprof], [1.3.1]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([sysprof.glade])