Skip to content

Commit

Permalink
Updating version to 6.2.2 (#120)
Browse files Browse the repository at this point in the history
* Updating version to 6.2.2
  • Loading branch information
jrincayc authored Dec 29, 2021
1 parent e3a5d7a commit 0ba6ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([ucblogo],[6.2.1],[],[],[https://github.com/jrincayc/ucblogo-code])
AC_INIT([ucblogo],[6.2.2],[],[],[https://github.com/jrincayc/ucblogo-code])
AC_CONFIG_SRCDIR([logodata.c])
AC_CONFIG_HEADER(config.h)

Expand Down
6 changes: 3 additions & 3 deletions inno/ucblogo.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

[Setup]
AppName=Berkeley Logo
AppVerName=Berkeley Logo 6.2
AppVersion=6.2
AppVerName=Berkeley Logo 6.2.2
AppVersion=6.2.2
AppPublisher=University of California, Berkeley
AppPublisherURL=http://www.cs.berkeley.edu/~bh/logo.html
AppSupportURL=https://github.com/jrincayc/ucblogo-code/issues
AppUpdatesURL=https://github.com/jrincayc/ucblogo-code/releases
OutputBaseFilename=ucblogo62setup
OutputBaseFilename=ucblogo622setup
OutputDir=.
DefaultDirName={autopf}\UCBLogo
DefaultGroupName=Berkeley Logo
Expand Down

0 comments on commit 0ba6ad1

Please sign in to comment.