diff --git a/QuickLaunch.h b/QuickLaunch.h index 46f2b8e..687ede1 100644 --- a/QuickLaunch.h +++ b/QuickLaunch.h @@ -17,7 +17,7 @@ #include "QLSettings.h" #include "SetupWindow.h" -static const char kVersion[] = "v1.3"; +static const char kVersion[] = "v1.3.1"; static const char kCopyright[] = "2010-2019"; #define my_app dynamic_cast(be_app) diff --git a/QuickLaunch.rdef b/QuickLaunch.rdef index 941c496..6ff4946 100644 --- a/QuickLaunch.rdef +++ b/QuickLaunch.rdef @@ -4,8 +4,8 @@ resource app_flags B_SINGLE_LAUNCH; resource app_version { major = 1, - middle = 2, - minor = 0, + middle = 3, + minor = 1, /* 0 = development 1 = alpha 2 = beta 3 = gamma 4 = golden master 5 = final */ diff --git a/ReadMe.html b/ReadMe.html index 14c4939..7c5c2f9 100644 --- a/ReadMe.html +++ b/ReadMe.html @@ -195,6 +195,12 @@

index +History

+

1.3.1 - 19-05-2019:

+ + History

1.3 - 05-03-2019: