X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.h;h=d8aecddd332f053a8c480eef2c7f59d2933b9a7b;hb=e2bc7ffae3eb387661064be8b9dc927742f9e7e8;hp=41ed5b98019554bf5e8bb5b45096f75602212a00;hpb=4f6c0b520208b397f07c4aa9f0fe6cfcd02d7a2f;p=lyx.git diff --git a/src/version.h b/src/version.h index 41ed5b9801..d8aecddd33 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 448 // kayvan: fix for noweb literate docs -#define LYX_FORMAT_TEX2LYX 448 +#define LYX_FORMAT_LYX 509 // ps: microtype +#define LYX_FORMAT_TEX2LYX 509 #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX #ifndef _MSC_VER