summaryrefslogtreecommitdiff
path: root/version/version.h
blob: f46f01bd3a2d6cd4b8c8cee9bb18e8ae9cafb4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html       *
// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de)                    *
// **************************************************************************
//
#include <wx/string.h>

namespace FreeFileSync
{
    static const wxString currentVersion = wxT("3.4"); //internal linkage!
}
bgstack15