aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--makefile2
-rw-r--r--maker.org4
-rwxr-xr-xtangle2
3 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index d4fbe92..1316889 100644
--- a/makefile
+++ b/makefile
@@ -40,7 +40,7 @@ PRG_SRCDIR=./src
PRG_BIN=$(PRG_NAME)
PRG_BINDIR=./bin
# ORG
-ORG_VERSION=20160530
+ORG_VERSION=20160725
EMACSLISP=/usr/share/emacs/site-lisp
EMACSLISP_ORG=~/.emacs.d/elpa/org-$($(shell echo $(ORG_VERSION)))
EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-$($(shell echo $(ORG_VERSION)))
diff --git a/maker.org b/maker.org
index 5c585d3..9984629 100644
--- a/maker.org
+++ b/maker.org
@@ -190,7 +190,7 @@ PRG_BINDIR=./bin
#+BEGIN_SRC makefile :tangle makefile
# ORG
-ORG_VERSION=20160530
+ORG_VERSION=20160725
EMACSLISP=/usr/share/emacs/site-lisp
EMACSLISP_ORG=~/.emacs.d/elpa/org-$($(shell echo $(ORG_VERSION)))
EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-$($(shell echo $(ORG_VERSION)))
@@ -733,7 +733,7 @@ babel tangle) org files in ./org/ to create .d source files in ./src/sdp/
DIR=`pwd`
ORGFILES=""
EMACSLISP=/usr/share/emacs/site-lisp
-ORG_VERSION=20160530
+ORG_VERSION=20160725
EMACSLISP_ORG=~/.emacs.d/elpa/org-$($(shell echo $(ORG_VERSION)))
EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-$($(shell echo $(ORG_VERSION)))
# wrap each argument in the code required to call tangle on it
diff --git a/tangle b/tangle
index 2fbaadf..79b884b 100755
--- a/tangle
+++ b/tangle
@@ -4,7 +4,7 @@
DIR=`pwd`
ORGFILES=""
EMACSLISP=/usr/share/emacs/site-lisp
-ORG_VERSION=20160530
+ORG_VERSION=20160725
EMACSLISP_ORG=~/.emacs.d/elpa/org-$($(shell echo $(ORG_VERSION)))
EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-$($(shell echo $(ORG_VERSION)))
# wrap each argument in the code required to call tangle on it