diff options
author | guillaume <guillaume> | 2006-12-09 22:54:27 +0000 |
---|---|---|
committer | guillaume <guillaume> | 2006-12-09 22:54:27 +0000 |
commit | 5b4c0fb0ca97d13338fd0293e359903acb4a4351 (patch) | |
tree | ba0dd4eedbcc9813694019950e615262c3f62209 | |
parent | 25c743e7bb0aeb926135035126f9692befe9dfc9 (diff) | |
download | aquamarine-5b4c0fb0ca97d13338fd0293e359903acb4a4351.tar.gz aquamarine-5b4c0fb0ca97d13338fd0293e359903acb4a4351.tar.bz2 |
aquamarine: fix VERSION, add dist-bzip2 to make scripts
-rw-r--r-- | Makefile.am.in | 2 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index c262d9a..db8b115 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = foreign 1.5 +AUTOMAKE_OPTIONS = foreign 1.5 dist-bzip2 DISTCLEANFILES = inst-apps MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS @@ -1,2 +1,2 @@ #beryl version header -VERSION=0.1.4 +VERSION=0.1.3 |