Skip to content

Commit b0b4e82

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents ed5144a + 0a45546 commit b0b4e82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.11
1+
15.03

lisp/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ELC = $(CORE) ess-comp.elc ess-custom.elc \
5353
ess-sp3-d.elc ess-sp4-d.elc ess-sp5-d.elc ess-sp6-d.elc \
5454
ess-rdired.elc ess-r-args.elc ess-r-d.elc ess-rd.elc \
5555
ess-developer.elc ess-tracebug.elc ess-julia.elc\
56-
ess-sp6w-d.elc msdos.elc
56+
ess-sp6w-d.elc msdos.elc
5757
## ^^^^^^^^^^^^^^^^^^^^^^^ Windows only (but be platform-oblivious)
5858

5959
ESSR_VER =`cat ../etc/ESSR-VERSION`
@@ -85,7 +85,7 @@ uninstall:
8585
cd $(SITELISP) && $(UNINSTALL) ess-site.el ; \
8686
fi;
8787
clean:
88-
rm -f $(ELC)
88+
rm -f $(ELC)
8989

9090
distclean: clean
9191
# and potentially more
@@ -96,7 +96,7 @@ distclean: clean
9696
### Replace Version numbers (as in ../doc/Makefile !):
9797
## "../VERSION" if that changes, *definitely* need to update ess-custom.el
9898
ess-custom.el: ../VERSION
99-
perl -pi -e 's/".*"/"$(ESSVERSION)"/ if /ess-version/' $@
99+
EV=$(ESSVERSION); perl -pi -e "s/\".*\"/\"$$EV\"/ if /ess-version/" $@
100100

101101
# ess-r-d.el: ../etc/ESSR-VERSION
102102
# sed -i -e '/let.*ESSR-version/s/"[-.0-9]*"/"$(ESSR_VER)"/' $@

lisp/ess-custom.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; ess-custom.el --- Customize variables for ESS
22

3-
;; Copyright (C) 1997--2010, 2014 A.J. Rossini, Richard M. Heiberger, Martin
3+
;; Copyright (C) 1997--2010 A.J. Rossini, Richard M. Heiberger, Martin
44
;; Maechler, Kurt Hornik, Rodney Sparapani, and Stephen Eglen.
5-
;; Copyright (C) 2011--2012 A.J. Rossini, Richard M. Heiberger, Martin Maechler,
5+
;; Copyright (C) 2011--2015 A.J. Rossini, Richard M. Heiberger, Martin Maechler,
66
;; Kurt Hornik, Rodney Sparapani, Stephen Eglen and Vitalie Spinu.
77

88
;; Author: A.J. Rossini <[email protected]>
@@ -132,7 +132,7 @@
132132
:prefix "ess-")
133133
;; Variables (not user-changeable)
134134

135-
(defvar ess-version "14.11" ;; updated by 'make'
135+
(defvar ess-version "15.03" ;; updated by 'make'
136136
"Version of ESS currently loaded.")
137137

138138
(defvar ess-revision nil ;; set

0 commit comments

Comments
 (0)