diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-18 10:01:29 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-18 10:01:29 -0300 |
commit | 123aaf74ec049f93e94fe07c1c11a16a2c768039 (patch) | |
tree | f0cae854ea94a6f8309b9fa2d8d2e67421bf7794 /configure.ac | |
parent | 6e5ad485ddff440e0577f7912e88dc2849161b49 (diff) | |
download | blogc-0.1-beta.1.tar.gz blogc-0.1-beta.1.tar.bz2 blogc-0.1-beta.1.zip |
build: version bumpv0.1-beta.1
this is our first beta release! \o/
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 adedf65..05d628b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0], [https://github.com/blogc/blogc], [blogc], [http://blogc.org]) +AC_INIT([blogc], [0.1-beta.1], [https://github.com/blogc/blogc], [blogc], [http://blogc.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |