[Vim-latex-cvs] SF.net SVN: vim-latex:[1075] trunk/vimfiles/Makefile
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2009-10-02 21:35:02
|
Revision: 1075 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1075&view=rev Author: tmaas Date: 2009-10-02 21:34:56 +0000 (Fri, 02 Oct 2009) Log Message: ----------- sync version in snapshot with ftplugin/latex-suite/version.vim Modified Paths: -------------- trunk/vimfiles/Makefile Modified: trunk/vimfiles/Makefile =================================================================== --- trunk/vimfiles/Makefile 2009-10-02 21:17:29 UTC (rev 1074) +++ trunk/vimfiles/Makefile 2009-10-02 21:34:56 UTC (rev 1075) @@ -2,7 +2,7 @@ VIMDIR = $(PREFIX)/share/vim BINDIR = $(PREFIX)/bin -VERSION=1.5 +VERSION=1.8.23 REVISION=$(shell svn info -r HEAD 2>/dev/null| head -n 5 | tail -n 1 | cut -d" " -f2) DATE = $(shell date +%Y%m%d) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |