Skip to content

Commit

Permalink
configure.ac: Remove -rc suffix from the configure version number.
Browse files Browse the repository at this point in the history
Remove the rc suffix since RPM complains about.  For rc release
builds the "rc" in the git describe string is suffcient for
everyhting but RPM.  For rc release builds (i.e. not gitbuilder)
add a flag to the spec file.

Signed-off-by: Gary Lowell  <[email protected]>
  • Loading branch information
glowell2 committed Jul 24, 2013
1 parent 8e4a78f commit 1cdb3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AC_PREREQ(2.59)
# VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch]

AC_INIT([ceph], [0.67-rc1], [[email protected]])
AC_INIT([ceph], [0.67], [[email protected]])

# Create release string. Used with VERSION for RPMs.
RPM_RELEASE=0
Expand Down

0 comments on commit 1cdb3ec

Please sign in to comment.