]> Dogcows Code - chaz/homebank/blobdiff - src/homebank.h
Merge branch 'master' into ext-perl
[chaz/homebank] / src / homebank.h
index b3e1875012061f64764a347ed12600893fc151c0..1dfe7837b2ce2e5074d5d569fa496bcd64e3a4be 100644 (file)
 
 #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"
This page took 0.023685 seconds and 4 git commands to generate.