Opened 10 years ago
Closed 10 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)
Change History (7)
by , 10 years ago
Attachment: | 0001-Correct-version-number.patch added |
---|
comment:1 by , 10 years ago
Status: | new → review |
---|
comment:2 by , 10 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 , 10 years ago
Status: | review → accepted |
---|
comment:4 by , 10 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 , 10 years ago
Status: | accepted → review |
---|
Oh! of course, sorry, it's what configure is for. I'll re-test and get back to you :) Sorry.
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
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.
Patch attached in
git format-patch
format.