]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx2lyx_version.py.in
jss.layout: support for more layouts
[lyx.git] / lib / lyx2lyx / lyx2lyx_version.py.in
index e99da0bf64dc1dc84700c64894be95e27492b2ae..d3b6609986f14388752e83bc5dbfa3b3c8f19deb 100644 (file)
@@ -16,7 +16,9 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-version = "@PACKAGE_VERSION@"
+# Important: Keep the version formatting in sync with LyX and
+#            tex2lyx (bug 7951)
+version = "@LYX_MAJOR_VERSION@.@LYX_MINOR_VERSION@"
 
 if __name__ == "__main__":
     pass