diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-03-20 18:42:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-03-20 18:42:05 +0800 |
commit | 3261141cc546288fa8a3405038a2e809c9759785 (patch) | |
tree | 0f6cccf9378f9fe65b9da1f9024491174dd3dc79 /configure.ac | |
parent | 144c5b0358cd19ac00653081989c0fb87f35572b (diff) | |
download | gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.tar gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.tar.gz gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.tar.bz2 gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.tar.lz gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.tar.xz gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.tar.zst gsoc2013-empathy-3261141cc546288fa8a3405038a2e809c9759785.zip |
remove released flag
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ddb269aca..8225b37d5 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]) |