Skip to content

Commit

Permalink
gbsddialog: bump the version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed May 25, 2024
1 parent da7a290 commit 3c05e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE = gbsddialog
VERSION = 0.9.0
VERSION = 0.9.1
SUBDIRS = data doc src tests tools
PREFIX = /usr/local
DATADIR = $(PREFIX)/share
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE = gbsddialog
VERSION = 0.9.0
VERSION = 0.9.1
TARGETS = $(OBJDIR)Xdialog.1
OBJS =
SAMPLES = Xdialog.wrapper.c Xmessage Xmore allrpms bluebox.rc buildlist \
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# define PACKAGE "gbsddialog"
# endif
# ifndef VERSION
# define VERSION "0.9.0"
# define VERSION "0.9.1"
# endif

# ifndef PROGNAME
Expand Down

0 comments on commit 3c05e2a

Please sign in to comment.