diff --git a/ico/splash.png b/ico/splash.png index 15ffc31a0..bff299090 100644 Binary files a/ico/splash.png and b/ico/splash.png differ diff --git a/sources/qet.h b/sources/qet.h index 7f26c2248..a1dac0632 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -27,7 +27,7 @@ namespace QET { /// version de QElectroTech (utilisee pour estampiller les projets et elements) const QString version = "0.2"; /// version affichee de QElectroTech - const QString displayedVersion = "0.2rc1"; + const QString displayedVersion = "0.2rc2"; QString license(); /// Orientation (utilise pour les bornes mais aussi pour les elements) enum Orientation {North, East, South, West};