[gnome-builder] Release 3.15.4
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Release 3.15.4
- Date: Tue, 20 Jan 2015 10:50:08 +0000 (UTC)
commit b81ec920529d2ee164e131c606537c1eaf16e00a
Author: Christian Hergert <christian hergert me>
Date: Tue Jan 20 02:45:37 2015 -0800
Release 3.15.4
NEWS | 14 ++++++++++++++
README | 17 ++++++++++++++---
configure.ac | 6 +++---
3 files changed, 31 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..dbea929 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,14 @@
+==============
+Version 3.15.4
+==============
+
+This is the first preview release of Builder as we continue our journey to
+GNOME 3.16!
+
+Being that this is such an early release, we'd really appreciate it if you
+took the time to file bugs as you find them.
+
+You can report bugs using bugzilla at the following URL:
+
+ https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-builder
+
diff --git a/README b/README
index c2bdd72..48625ad 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Builder - Develop software for GNOME
Bugs: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-builder
Design: https://live.gnome.org/Design/Apps/Builder
-Download: We have not yet made a tarball release.
+Download: https://download.gnome.org/sources/gnome-builder/
Git: http://git.gnome.org/browse/gnome-builder
Website: https://wiki.gnome.org/Apps/Builder
IRC: irc.gimp.net #gnome-builder
@@ -26,8 +26,19 @@ Builder is developed in conjunction with GNOME releases. This means that we
often contribute to, and depend on, features being developed in other GNOME
modules.
-Since there has not yet been a stable release of Builder, the easiest way to
-get started is to use the development tool jhbuild to install from source.
+----
+
+Builder can be built from tarball releases using the traditional autotools
+manner.
+
+ ./configure --prefix=/usr
+ make
+ sudo make install
+
+----
+
+Alternatively, you can build Builder from git using jhbuild. If you are
+unfamiliar with jhbuild, the following will help you get started.
git clone git://git.gnome.org/jhbuild.git
cd jhbuild
diff --git a/configure.ac b/configure.ac
index 23eb9ee..1586b3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_PREREQ(2.60)
m4_define([project_name],[gnome-builder])
-m4_define([project_major_version],[0])
-m4_define([project_minor_version],[1])
-m4_define([project_micro_version],[0])
+m4_define([project_major_version],[3])
+m4_define([project_minor_version],[15])
+m4_define([project_micro_version],[4])
m4_define([project_interface_age],[0])
m4_define([project_bugreport_url],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-builder])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]