X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.h;h=6b80b599dcff84a8980e159517846323ee3df803;hb=43dd383073fc61cfe5f24b87294c4e8698a1827a;hp=a305e9ce119152ba370a487421ee8c2d02102fd5;hpb=2e69c66195544ee06e2b286f84fdfb6a2515a36d;p=lyx.git diff --git a/src/version.h b/src/version.h index a305e9ce11..6b80b599dc 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 446 // spitz: InsetArgument revision -#define LYX_FORMAT_TEX2LYX 446 // landroni: InsetArgument revision +#define LYX_FORMAT_LYX 493 // gb math multicolumn +#define LYX_FORMAT_TEX2LYX 493 #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX #ifndef _MSC_VER