Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.1.7-20161109 |
Files: | files | file ages | folders |
SHA1: |
279b0c8bb79b4ba928a050e86c2989c3 |
User & Date: | bernd 2016-11-09 00:40:58.426 |
Context
2016-11-17
| ||
14:25 | Merged branch check-in: 297d179a99 user: bernd tags: trunk | |
2016-11-10
| ||
01:44 | Add fastflag for cygwin check-in: 9d4794f565 user: bernd tags: trunk | |
2016-11-09
| ||
00:40 | Bump version number check-in: 279b0c8bb7 user: bernd tags: trunk, 0.1.7-20161109 | |
2016-11-08
| ||
22:32 | Library version number bump check-in: b12c60f030 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
︙ | ︙ | |||
11 12 13 14 15 16 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_INIT([net2o], [0.1.7-20161109], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ([2.59]) AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS LT_INIT AC_MSG_CHECKING([for gforth]) |
︙ | ︙ |