summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-24 21:45:58 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-24 21:47:04 +0800
commit1e072eccd0f5c2fd9efca25901613860f0538c9b (patch)
treeefefd609511680b6a7c5baea9958a056dacde6ca
parent1f2600ba2572e2d938b071e219fb74735807614b (diff)
release: increase version number to 0.0.4
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac9
2 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 8cf66ca..d4380d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = m4 totem po
-EXTRA_DIST = autogen.sh gst-autogen.sh
+EXTRA_DIST = autogen.sh
diff --git a/configure.ac b/configure.ac
index e44bf9f..a5c39a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,5 @@
# -*- Autoconf -*-
-m4_define([totem_sopcast_major], 0)
-m4_define([totem_sopcast_minor], 0)
-m4_define([totem_sopcast_micro], 3)
-m4_define([totem_sopcast_nano], 0)
-m4_if(totem_sopcast_nano, 0,
- [m4_define(totem_sopcast_version, totem_sopcast_major.totem_sopcast_minor.totem_sopcast_micro)],
- [m4_define(totem_sopcast_version, totem_sopcast_major.totem_sopcast_minor.totem_sopcast_micro.totem_sopcast_nano)])
-AC_INIT([totem-sopcast], totem_sopcast_version)
+AC_INIT([totem-sopcast], 0.0.4)
dnl AC_INIT([$PACKAGE], [$VERSION])
AC_CONFIG_SRCDIR([config.h.in])