diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-22 18:09:19 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-22 18:09:19 +0800 |
commit | d1efd59bfbb620fa7531726f6b473880a3c485a7 (patch) | |
tree | cfc98d4e72e523bffba7f5742a7eed22b225f3d7 | |
parent | 9a70028671636681ff16ccb288e3d02fb90b807b (diff) | |
download | gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.tar gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.tar.gz gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.tar.bz2 gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.tar.lz gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.tar.xz gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.tar.zst gsoc2013-empathy-d1efd59bfbb620fa7531726f6b473880a3c485a7.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 5f00a8d74..977319090 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], [1]) |