diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-24 23:21:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-24 23:21:28 +0800 |
commit | 9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41 (patch) | |
tree | a3f5cbca579cd5fe03f53ac79a7ba379ae522b4c | |
parent | 71f34da10e1e25c8c861395beb97c4149f53a852 (diff) | |
download | gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.tar gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.tar.gz gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.tar.bz2 gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.tar.lz gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.tar.xz gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.tar.zst gsoc2013-empathy-9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41.zip |
remove the release flag
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b7badb3d3..369cbcb33 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], [2]) m4_define([empathy_minor_version], [31]) |