yatex

changeset 107:d63a7297756a dev

Increment YaTeX-revision-number.
author yuuji@gentei.org
date Thu, 15 Oct 2009 14:28:50 +0900
parents 45b54410c794
children 73740fb5d5b6
files yatex.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Thu Oct 15 14:26:16 2009 +0900
     1.2 +++ b/yatex.el	Thu Oct 15 14:28:50 2009 +0900
     1.3 @@ -1,15 +1,15 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.6 -;;; yatex.el rev. 1.74
     1.7 +;;; yatex.el rev. 1.74.1
     1.8  ;;; (c)1991-2009 by HIROSE Yuuji.[yuuji@yatex.org]
     1.9 -;;; Last modified Thu Oct 15 14:23:10 2009 on firestorm
    1.10 +;;; Last modified Thu Oct 15 14:27:41 2009 on firestorm
    1.11  ;;; $Id: yatex.el,v ce2deaceb818 2009/09/28 02:37:27 yuuji $
    1.12  ;;; The latest version of this software is always available at;
    1.13  ;;; http://www.yatex.org/
    1.14  
    1.15  (require 'comment)
    1.16  (require 'yatexlib)
    1.17 -(defconst YaTeX-revision-number "1.74"
    1.18 +(defconst YaTeX-revision-number "1.74.1"
    1.19    "Revision number of running yatex.el")
    1.20  
    1.21  ;---------- Local variables ----------