]> git.lyx.org Git - features.git/blobdiff - src/version.h
Support for multiple bibliographies
[features.git] / src / version.h
index d8aecddd332f053a8c480eef2c7f59d2933b9a7b..0ec2faf92dd1dc2cd5ccf5c79f5b8936f1f9c325 100644 (file)
@@ -32,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 509 // ps: microtype
-#define LYX_FORMAT_TEX2LYX 509
+#define LYX_FORMAT_LYX 533 // spitz: multibib
+#define LYX_FORMAT_TEX2LYX 533
 
 #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
 #ifndef _MSC_VER