]> git.lyx.org Git - lyx.git/blobdiff - src/version.h
Fix functions that used functions but did not defined it
[lyx.git] / src / version.h
index 51d5678c7b274f896b4330f64c04fd48514cb701..c26561a6d54779bb857412839bb7abd38eadb7f3 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 614 // rkh: Add 'other' option to hyperlink
-#define LYX_FORMAT_TEX2LYX 614
+#define LYX_FORMAT_LYX 623 // ufogiel: remove hebrew letter
+#define LYX_FORMAT_TEX2LYX 623
 
 #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
 #ifndef _MSC_VER