summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 19:57:29 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 19:57:29 +0100
commit63b689bf5430ba82bede270999371795a90a5f39 (patch)
tree6771ac6add98d74667b2a83e758be37b1d16177f /configure.ac
parentc710f91257a4fd02f51d0d4c0fa39b5db33437ec (diff)
Use the version number from configure.ac in the website.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c42425d9..5bbc0b55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([jq], m4_esyscmd([tr -d '\n' <VERSION]), [mu@netsoc.tcd.ie],
+AC_INIT([jq], [1.2], [mu@netsoc.tcd.ie],
[jq], [http://stedolan.github.com/jq/])
dnl Created autoconf implementation thompson@dtosolutions, 26NOV12