Opened 9 years ago

Closed 9 years ago

#5023 closed defect (fixed)

Incorrect version string in latest master

Reported by: ayleph Owned by:
Priority: trivial Milestone: 0.8.0
Component: infrastructure Keywords: version
Cc: Parent Tickets:

Description

0.8.0 claims to be 0.8.1.

Attachments (1)

0001-Correct-version-number.patch (610 bytes ) - added by ayleph 9 years ago.

Download all attachments as: .zip

Change History (7)

by ayleph, 9 years ago

comment:1 by ayleph, 9 years ago

Status: newreview

Patch attached in git format-patch format.

comment:2 by Jessica Tallon, 9 years ago

The Makefile also reports 0.8.1.dev (see line 20 and 24). There is also the version string in mediagoblin/_version.py.

comment:3 by Jessica Tallon, 9 years ago

Status: reviewaccepted

comment:4 by ayleph, 9 years ago

Makefile and _version.py are generated from configure.ac, which the attached patch corrects.

150 dnl--MediaGoblin specific commands/variables ------------------------
151
152
153 dnl#########
154 dnl Finish #
155 dnl#########
156
157 dnl Define the files to be configured
158 AC_CONFIG_FILES([Makefile] [mediagoblin/_version.py])
159
160 dnl Generate config.status
161 AC_OUTPUT

comment:5 by Jessica Tallon, 9 years ago

Status: acceptedreview

Oh! of course, sorry, it's what configure is for. I'll re-test and get back to you :) Sorry.

comment:6 by Jessica Tallon, 9 years ago

Resolution: fixed
Status: reviewclosed

Okay, Yep this does change it in the only place you can sorry about that. I have tested and commit this change in master, see commit bcf6c27.

Note: See TracTickets for help on using tickets.