Skip to content

Commit

Permalink
Version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed May 18, 2016
1 parent 5b2b649 commit 14dcbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###########################################################

PLUGINHOME=`pwd`
PLUGINVERSION=0.9.4
PLUGINVERSION=0.9.5
PLUGINRELEASEDATE=`date +"%Y-%m-%d"`

ifeq (, $(shell which nvim))
Expand All @@ -16,7 +16,7 @@ endif

vimball:
# Update the version date in doc/Nvim-R.txt header and in the news
sed -i -e "s/^Version: [0-9].[0-9].[0-9].[0-9]/Version: $(PLUGINVERSION)/" doc/Nvim-R.txt
sed -i -e "s/^Version: [0-9].[0-9].[0-9] (development)/Version: $(PLUGINVERSION)/" doc/Nvim-R.txt
sed -i -e "s/^$(PLUGINVERSION) (201[0-9]-[0-9][0-9]-[0-9][0-9])$$/$(PLUGINVERSION) ($(PLUGINRELEASEDATE))/" doc/Nvim-R.txt
$(VIMEXEC) -c "%MkVimball Nvim-R ." -c "q" list_for_vimball
mv Nvim-R.vmb /tmp
Expand Down

0 comments on commit 14dcbeb

Please sign in to comment.