diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-05 17:17:12 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-05 17:17:12 +0800 |
commit | 04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e (patch) | |
tree | e17f5b81115390c1c49d679130d683bfde6bbb7c | |
parent | d4d66c6945a57e3509d35b7c78491277ba8fac0e (diff) | |
download | gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.tar gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.tar.gz gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.tar.bz2 gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.tar.lz gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.tar.xz gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.tar.zst gsoc2013-empathy-04f9f5866a77ffe6a944a1b1e59b2f277bb87a9e.zip |
remove released flag
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b85f1e7b7..dccb8076e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl If not 1, append datestamp to the version number -m4_define(empathy_released, 1) +m4_define(empathy_released, 0) m4_define([empathy_major_version], [3]) m4_define([empathy_minor_version], [7]) |