X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fhomebank.h;fp=src%2Fhomebank.h;h=1dfe7837b2ce2e5074d5d569fa496bcd64e3a4be;hb=930f295c8fb33beb573dafde28e38888f26d08d2;hp=b3e1875012061f64764a347ed12600893fc151c0;hpb=bdebe90556646c9672ca2e4f84c0cc654cbccc8f;p=chaz%2Fhomebank diff --git a/src/homebank.h b/src/homebank.h index b3e1875..1dfe783 100644 --- a/src/homebank.h +++ b/src/homebank.h @@ -75,13 +75,13 @@ #define HB_VERSION_MAJOR 5 #define HB_VERSION_MINOR 2 -#define HB_VERSION_MICRO 6 +#define HB_VERSION_MICRO 7 -#define HB_VERSION "5.2.6" +#define HB_VERSION "5.2.7" #define HB_VERSION_NUM (HB_VERSION_MAJOR*10000) + (HB_VERSION_MINOR*100) + HB_VERSION_MICRO #define FILE_VERSION 1.3 -#define PREF_VERSION 526 +#define PREF_VERSION 527 #if HB_UNSTABLE == FALSE #define PROGNAME "HomeBank"