Skip to content

Commit

Permalink
build: release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhamedagic committed Mar 16, 2016
1 parent a500929 commit f52412e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Mar Jan 16 2016 Dejan Muhamedagic <[email protected]> and others
- stable release 1.0
- systemd: add booth-arbitrator.service (bsc#967036)
- main: improve address matching procedure

* Mon Jan 11 2016 Dejan Muhamedagic <[email protected]> and others
- release candidate 1.0 rc1
- main: prevent segfault on no arguments
Expand Down
2 changes: 1 addition & 1 deletion booth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Summary: Ticket Manager for Multi-site Clusters
License: GPL-2.0+
Group: %{pkg_group}
Version: 1.0
Release: rc1
Release: 0
Source: booth.tar.bz2
Source1: %name-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# bootstrap / init
AC_PREREQ([2.61])

AC_INIT([booth], [1.0-0-rc1], [[email protected]])
AC_INIT([booth], [1.0], [[email protected]])

AM_INIT_AUTOMAKE([-Wno-portability])

Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#include "request.h"
#include "attr.h"

#define RELEASE_VERSION "0.2.0"
#define RELEASE_VERSION "1.0"
#define RELEASE_STR RELEASE_VERSION " (build " BOOTH_BUILD_VERSION ")"

#define CLIENT_NALLOC 32
Expand Down

0 comments on commit f52412e

Please sign in to comment.