From 691dafd62442931d6c7899a7de52829c84505dea Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Jun 28 2014 10:23:56 +0000 Subject: Bump release to 2.3.0 --- diff --git a/NEWS b/NEWS index 3c7000d..b11de86 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -Overview of changes leading to 2.2.0 +Overview of changes leading to 2.3.0 + +Monday, Jun 30, 2014 +==================================== +- remove icon for s-c-l window for rh#1111505 +- all source files are reviewed and cleaned using lint Monday, Jun 16, 2014 ==================================== diff --git a/configure b/configure index 607453b..20cf78a 100755 --- a/configure +++ b/configure @@ -2707,7 +2707,7 @@ fi # Define the identity of the package. PACKAGE='system-config-language' - VERSION='2.2.0' + VERSION='2.3.0' cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index eddc67e..b9203e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([system-config-language], [2.2.0]) +AC_INIT([system-config-language], [2.3.0]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects]) AM_MAINTAINER_MODE