mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Update version number stored in .gorm file
This commit is contained in:
parent
8c5beb7c58
commit
31055ae079
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ NSString *formatVersion(NSInteger version)
|
|||
|
||||
+ (int) currentVersion
|
||||
{
|
||||
return appVersion(1,3,1);
|
||||
return appVersion(1,4,0);
|
||||
}
|
||||
|
||||
- (void) awakeFromNib
|
||||
|
|
Loading…
Reference in a new issue