X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fversion.h;h=ff15d4d9734b19269c6eb612a3dee28268eb127f;hb=742b39f49da96eb4881bb3b7b0bbf32be5a226bd;hp=f8452f8b2d62507109d7543f917c2ea2bd9058f1;hpb=f08f5821ec5d29232bccb342a5b1ff86600b0716;p=lyx.git diff --git a/src/version.h b/src/version.h index f8452f8b2d..ff15d4d973 100644 --- a/src/version.h +++ b/src/version.h @@ -20,6 +20,8 @@ extern char const * const lyx_version; extern const int lyx_version_major; extern const int lyx_version_minor; /// +extern char const * const lyx_git_commit_hash; +/// extern char const * const lyx_release_date; /// Package identifier (lyx[-]) @@ -30,8 +32,8 @@ extern char const * const lyx_version_info; // Do not remove the comment below, so we get merge conflict in // independent branches. Instead add your own. -#define LYX_FORMAT_LYX 467 // uwestoehr: iwona font support -#define LYX_FORMAT_TEX2LYX 467 // uwestoehr: iwona font support +#define LYX_FORMAT_LYX 540 // uwestoehr: enable placement for rotated floats +#define LYX_FORMAT_TEX2LYX 540 #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX #ifndef _MSC_VER