]> 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 731ed0fb4cd7ba5e8e8c6e0a876f1e9399fa191c..d3b6609986f14388752e83bc5dbfa3b3c8f19deb 100644 (file)
 #
 # 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