]> Dogcows Code - chaz/homebank/blobdiff - src/homebank.h
Merge branch 'master' into ext-perl
[chaz/homebank] / src / homebank.h
index fc0c5e287679bd477ff6754fb23c756dab5bc83c..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"
@@ -331,6 +331,7 @@ const gchar *homebank_app_get_pixmaps_dir (void);
 const gchar *homebank_app_get_locale_dir (void);
 const gchar *homebank_app_get_help_dir (void);
 const gchar *homebank_app_get_datas_dir (void);
+const gchar *homebank_app_get_pkglib_dir (void);
 guint32 homebank_app_date_get_julian(void);
 
 /* - - - - obsolete things - - - - */
This page took 0.026404 seconds and 4 git commands to generate.