]> 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 0bd7ea9d12517ba5106a002118d640410857ac3b..d3b6609986f14388752e83bc5dbfa3b3c8f19deb 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of lyx2lyx -*- python -*-
-# -*- coding: iso-8859-1 -*-
-# Copyright (C) 2006 José Matos <jamatos@lyx.org>
+# -*- coding: utf-8 -*-
+# Copyright (C) 2006 José Matos <jamatos@lyx.org>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# 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