diff --git a/ico/splash.png b/ico/splash.png index dc89a1a5f..46f8975f6 100644 Binary files a/ico/splash.png and b/ico/splash.png differ diff --git a/sources/qet.h b/sources/qet.h index 2f89ae1a3..87034c1f3 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -24,9 +24,9 @@ */ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) - const QString version = "0.3"; + const QString version = "0.4-dev"; /// QElectroTech displayed version - const QString displayedVersion = "0.3"; + const QString displayedVersion = "0.4-dev"; QString license(); /// Orientation (used for electrical elements and their terminals) enum Orientation {North, East, South, West};