From kde-commits Wed Mar 09 19:37:43 2011 From: =?utf-8?b?TWloYSDEjGFuxI11bGE=?= Date: Wed, 09 Mar 2011 19:37:43 +0000 To: kde-commits Subject: =?utf-8?q?=5Bknights/2=2E3=5D_src=3A_Bump_version_to_2=2E3=2E0_f?= Message-Id: <20110309193743.1303AA60C8 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129969951314989 Git commit be750dc38692e8fd0328a2000e7a0ccb01b0091f by Miha Čančula. Committed on 09/03/2011 at 20:36. Pushed by mihac into branch '2.3'. Bump version to 2.3.0 final M +1 -1 src/main.cpp http://commits.kde.org/knights/be750dc38692e8fd0328a2000e7a0ccb01b0091f diff --git a/src/main.cpp b/src/main.cpp index 32231b2..feb93f8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ static const char description[] = I18N_NOOP ( "Chess board based on KDE Development Platform 4" ); -static const char version[] = "2.2.90 (2.3 beta 1)"; +static const char version[] = "2.3.0"; int main ( int argc, char **argv ) {