diff --git a/README.markdown b/README.markdown index 5f1ba0f..7e137f8 100644 --- a/README.markdown +++ b/README.markdown @@ -128,7 +128,7 @@ Known bugs Changelog --------- -pqiv 2.6 (wip) +pqiv 2.6 * Added --enforce-window-aspect-ratio * Do not enforce the aspect ratio of the window to match the image's by default diff --git a/pqiv.h b/pqiv.h index 01eee90..af92f11 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.5.1" +#define PQIV_VERSION "2.6" #endif #define FILE_FLAGS_ANIMATION (guint)(1)