From 40258d1befeead39e76d09a1a3f8bc6c786cd841 Mon Sep 17 00:00:00 2001 From: Lisheng Guan Date: Thu, 21 Aug 2014 14:44:12 +0800 Subject: [PATCH] for v0.3.2 release --- src/wxsqliteplusapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wxsqliteplusapp.cpp b/src/wxsqliteplusapp.cpp index 3f37253..dbe0c05 100644 --- a/src/wxsqliteplusapp.cpp +++ b/src/wxsqliteplusapp.cpp @@ -1299,7 +1299,7 @@ wxString wxSQLitePlusApp::GetFileDescription() const /*---------------------------------------------------------------------------*/ wxString wxSQLitePlusApp::GetFileVersion() const { - return ("0.3.1"); + return ("0.3.2"); } /*---------------------------------------------------------------------------*/ wxString wxSQLitePlusApp::GetInternalName() const